Skip to content

Commit 4da59c6

Browse files
authored
Bump ruby/setup-ruby from 1.299.0 to 1.301.0 (#587)
2 parents 4f13139 + dbf4217 commit 4da59c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Set up Ruby ${{ matrix.ruby }}
18-
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 #v1.269.0 tag
18+
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 #v1.269.0 tag
1919
with:
2020
ruby-version: ${{ matrix.ruby }}
2121
bundler-cache: true

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
persist-credentials: false
1919
- name: Set up Ruby
20-
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64
20+
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5
2121
with:
2222
bundler-cache: true
2323
- name: Calculate release name

0 commit comments

Comments
 (0)