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 36307be + d7e23f5 commit d093313Copy full SHA for d093313
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout repository
38
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
39
with:
40
# We must fetch at least the immediate parents so that if this is
41
# a pull request then we can checkout the head.
.github/workflows/publish-package.yml
@@ -16,7 +16,7 @@ jobs:
16
shell: bash -l {0}
17
18
- name: Checkout Repo
19
20
21
fetch-depth: 0 # avoids shallow checkout as needed by setuptools-scm
22
- name: Set up Python
0 commit comments