We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f0615 commit 0f40013Copy full SHA for 0f40013
2 files changed
.github/actions/test-ruby/action.yaml
@@ -11,7 +11,7 @@ runs:
11
using: "composite"
12
steps:
13
- name: Set up Ruby
14
- uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
+ uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
15
with:
16
ruby-version: ${{ matrix.ruby }}
17
bundler-cache: true
.github/workflows/rubocop.yaml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
19
persist-credentials: false
20
- - uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
+ - uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
21
22
ruby-version: '3.4.9'
23
0 commit comments