We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29db8e3 commit f7afb8eCopy full SHA for f7afb8e
2 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
lint:
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v4.2.2
+ - uses: actions/checkout@v5.0.0
29
with:
30
persist-credentials: false
31
- uses: astral-sh/setup-uv@v6.6.0
@@ -59,7 +59,7 @@ jobs:
59
needs:
60
- lint
61
62
63
64
65
# fetch the full git history to be able to determine creation dates for pages
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
permissions:
20
contents: write
21
22
23
24
persist-credentials: true
0 commit comments