We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c62e19 + 34aec77 commit f1f16e1Copy full SHA for f1f16e1
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/pytest.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
with:
22
submodules: recursive
23
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
permissions:
16
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
fetch-depth: 0
submodules: 'recursive'
0 commit comments