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.
2 parents 197aafb + c50b854 commit bc94190Copy full SHA for bc94190
.github/workflows/push_gem.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
egress-policy: audit
29
30
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
32
- name: Set up Ruby
33
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- { os: windows-latest, ruby: 'jruby' }
24
runs-on: ${{ matrix.os }}
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
0 commit comments