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 5ed4ca5 + de5ef45 commit b3853ccCopy full SHA for b3853cc
.github/workflows/push_gem.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
egress-policy: audit
30
31
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
33
- name: Set up Ruby
34
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
os: [ ubuntu-latest, macos-latest, windows-latest ]
19
runs-on: ${{ matrix.os }}
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
23
uses: ruby/setup-ruby@v1
24
0 commit comments