Skip to content

Commit 31b966f

Browse files
authored
Merge pull request #5119 from github/dependabot/github_actions/dependencies-ff726f672b
chore(deps): bump ruby/setup-ruby from 1.299.0 to 1.301.0 in the dependencies group
2 parents 2df3051 + 4b432f0 commit 31b966f

4 files changed

Lines changed: 5 additions & 5 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@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
22+
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.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@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
27+
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.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.299.0
20+
uses: ruby/setup-ruby@v1.301.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.299.0
42+
uses: ruby/setup-ruby@v1.301.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@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
57+
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
5858
with:
5959
bundler-cache: true
6060

0 commit comments

Comments
 (0)