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 8be7e9f + 028d2e1 commit 8b02675Copy full SHA for 8b02675
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
42
43
steps:
44
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
45
- name: Run action
46
uses: ./
47
with:
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Checkout repository
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
0 commit comments