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 58af6e2 commit c76eac3Copy full SHA for c76eac3
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
rubocop:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- uses: ruby/setup-ruby@v1
20
with:
21
ruby-version: '3.4'
@@ -54,7 +54,7 @@ jobs:
54
GRAPE_VERSION: ${{ matrix.entry.grape }}
55
56
- name: Check out branch
57
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
58
- name: Set up Ruby
59
uses: ruby/setup-ruby@v1
60
.github/workflows/danger.yml
@@ -6,7 +6,7 @@ jobs:
6
danger:
7
8
9
10
11
fetch-depth: 100
12
0 commit comments