We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f682a commit 7a81e09Copy full SHA for 7a81e09
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
echo "Reason for triggering: ${{ github.event.inputs.reason }}"
- name: Check out
31
32
with:
33
fetch-depth: 0 # unshallow fetch for setuptools-scm
34
.github/workflows/run_tests.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
23
- name: Log reason (manual run only)
if: github.event_name == 'workflow_dispatch'
0 commit comments