Skip to content

Commit a164e11

Browse files
chore(deps): update actions/checkout action to v6 (#387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03d6478 commit a164e11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v5.0.0
28+
- uses: actions/checkout@v6.0.0
2929
with:
3030
persist-credentials: false
3131
- uses: astral-sh/[email protected]
@@ -59,7 +59,7 @@ jobs:
5959
needs:
6060
- lint
6161
steps:
62-
- uses: actions/checkout@v5.0.0
62+
- uses: actions/checkout@v6.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@v5.0.0
22+
- uses: actions/checkout@v6.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)