We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33bcce9 + dcf9aca commit bb1d09aCopy full SHA for bb1d09a
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- name: Setup ruby
18
uses: ruby/setup-ruby@v1
19
with:
@@ -35,7 +35,7 @@ jobs:
35
- '3.3'
36
- '3.4'
37
38
39
- name: Setup Ruby
40
41
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments