Skip to content

Commit f7afb8e

Browse files
chore(deps): update actions/checkout action to v5 (#343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29db8e3 commit f7afb8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4.2.2
28+
- uses: actions/checkout@v5.0.0
2929
with:
3030
persist-credentials: false
3131
- uses: astral-sh/setup-uv@v6.6.0
@@ -59,7 +59,7 @@ jobs:
5959
needs:
6060
- lint
6161
steps:
62-
- uses: actions/checkout@v4.2.2
62+
- uses: actions/checkout@v5.0.0
6363
with:
6464
persist-credentials: false
6565
# fetch the full git history to be able to determine creation dates for pages

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: write
2121
steps:
22-
- uses: actions/checkout@v4.2.2
22+
- uses: actions/checkout@v5.0.0
2323
with:
2424
persist-credentials: true
2525
# fetch the full git history to be able to determine creation dates for pages

0 commit comments

Comments
 (0)