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 e9a2001 + 11ae284 commit 55826acCopy full SHA for 55826ac
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: Setup ruby
18
uses: ruby/setup-ruby@v1
19
with:
@@ -34,7 +34,7 @@ jobs:
34
- '3.3'
35
- '3.4'
36
37
38
- name: Setup Ruby
39
40
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments