Skip to content

Commit 82b222d

Browse files
Update ruby/setup-ruby action to v1.281.0 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82fa95f commit 82b222d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Set up Ruby
39-
uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
39+
uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
4040
with:
4141
ruby-version: ${{ matrix.ruby }}
4242
bundler-cache: true
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6363
- name: Set up Ruby
64-
uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
64+
uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
6565
with:
6666
ruby-version: '4.0.0'
6767
bundler-cache: true

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Ruby
27-
uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
27+
uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
2828
with:
2929
bundler-cache: false
3030

0 commit comments

Comments
 (0)