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 9950680 commit 5968845Copy full SHA for 5968845
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
rubocop:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
# Allow Ruby 2.7 to be used.
14
- run: rm .ruby-version || true
15
- name: Set up Ruby
@@ -36,7 +36,7 @@ jobs:
36
- '3.3'
37
- '3.4'
38
39
40
41
uses: ruby/setup-ruby@v1
42
with:
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
id-token: write
16
17
18
19
- name: Set up latest Ruby
20
0 commit comments