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 16f66c9 commit 3c597daCopy full SHA for 3c597da
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- { ruby: head, experimental: true }
25
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
28
- name: Set up Ruby
29
uses: ruby/setup-ruby@v1
30
with:
.github/workflows/isolated.yml
@@ -8,7 +8,7 @@ jobs:
8
ruby: [2.7]
9
10
11
12
13
14
.github/workflows/rubocop.yml
@@ -10,7 +10,7 @@ jobs:
- uses: ruby/setup-ruby@v1
15
16
ruby-version: ${{ matrix.ruby }}
0 commit comments