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 a2d9ceb + 608d315 commit c0b3fb6Copy full SHA for c0b3fb6
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: "ubuntu-latest"
20
continue-on-error: false
21
steps:
22
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
- uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
24
with:
25
ruby-version: ${{ matrix.ruby }}
@@ -29,7 +29,7 @@ jobs:
29
rubocop:
30
31
32
33
34
35
ruby-version: "3.2"
0 commit comments