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 04f9654 + a607b61 commit e7393fdCopy full SHA for e7393fd
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
29
with:
30
# setuptools_scm requires a non-shallow clone of the repository
31
fetch-depth: 0
.github/workflows/pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
id-token: write
15
16
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
19
20
0 commit comments