We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177f055 commit f0612f7Copy full SHA for f0612f7
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/setup-python@v5
32
with:
33
python-version: "3.12"
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
35
36
fetch-depth: 0
37
.github/workflows/update.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: write
12
steps:
13
# Update checkout version and add fetch-depth
14
15
16
17
0 commit comments