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 4ed1dd2 + 0cd4f5d commit 4ce3da4Copy full SHA for 4ce3da4
.github/workflows/build-and-test.yml
@@ -7,7 +7,7 @@ jobs:
7
matrix:
8
python-version: ["3.12"]
9
steps:
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
11
- name: Set up Python ${{ matrix.python-version }}
12
uses: actions/setup-python@v6
13
with:
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments