We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents addb5c8 + 859fcf9 commit 41fe8f9Copy full SHA for 41fe8f9
2 files changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
11
- uses: actions/setup-python@v6
12
with:
13
python-version: '3.11'
.github/workflows/codeql.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Checkout repository
28
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
29
30
- name: Initialize CodeQL
31
uses: github/codeql-action/init@v4
0 commit comments