There was an error while loading. Please reload this page.
2 parents 791be2a + a8abc5b commit 1f48abfCopy full SHA for 1f48abf
2 files changed
.github/workflows/push_gem.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
egress-policy: audit
29
30
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
32
- name: Set up Ruby
33
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
os: [ ubuntu-latest, macos-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