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 8d95e2c commit 6022837Copy full SHA for 6022837
.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@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
git config --global core.autocrlf false
35
git config --global core.eol lf
36
git config --global advice.detachedHead 0
37
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
38
- name: Set up Ruby ${{ matrix.ruby }}
39
uses: ruby/setup-ruby@v1
40
0 commit comments