Skip to content

Commit 1521b11

Browse files
authored
Merge branch 'main' into patch-1
2 parents c870a55 + 2b9b473 commit 1521b11

8 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6.0.2
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
22+
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
2323
with:
2424
bundler-cache: true
2525

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6.0.2
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
27+
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
1818

1919
- name: Setup Ruby
20-
uses: ruby/setup-ruby@v1.301.0
20+
uses: ruby/setup-ruby@v1.306.0
2121
with:
2222
bundler-cache: false
2323

@@ -39,7 +39,7 @@ jobs:
3939
ref: ${{ github.event.pull_request.head.ref || github.ref }}
4040

4141
- name: Setup Ruby
42-
uses: ruby/setup-ruby@v1.301.0
42+
uses: ruby/setup-ruby@v1.306.0
4343
with:
4444
bundler-cache: true
4545

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Setup Ruby
5656
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
57-
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
57+
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
5858
with:
5959
bundler-cache: true
6060

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ GEM
256256
jekyll (>= 3.5, < 5.0)
257257
jekyll-feed (~> 0.9)
258258
jekyll-seo-tag (~> 2.1)
259-
minitest (6.0.4)
259+
minitest (6.0.5)
260260
drb (~> 2.0)
261261
prism (~> 1.5)
262262
multi_xml (0.8.1)

collections/devops-tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ items:
4444
- axem-solutions/dem
4545
- semaphoreio/semaphore
4646
- stoicsoft/server-compass-releases
47+
- monoscope-tech/monoscope
4748

4849
display_name: DevOps tools
4950
---

collections/machine-learning/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ items:
3939
- https://www.youtube.com/embed/bHvf7Tagt18
4040
- https://www.youtube.com/embed/ILsA4nyG7I0
4141
- AMAI-GmbH/AI-Expert-Roadmap
42+
- HMAKT99/AKF
4243
display_name: Getting started with machine learning
4344
created_by: omoju
4445
---

collections/made-in-turkiye/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ items:
2020
- Huseyinnurbaki/mocktail
2121
- geziyor/geziyor
2222
- Trendyol/baklava
23+
- Tuntii/RustAPI
2324
- kemalcr/kemal
2425
display_name: Made in Türkiye
2526
created_by: kiliczsh

0 commit comments

Comments
 (0)