Skip to content

Commit 7a658fc

Browse files
chore(deps): update actions/checkout action to v6.0.1 (#391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63480f3 commit 7a658fc

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/[email protected].0
28+
- uses: actions/[email protected].1
2929
with:
3030
persist-credentials: false
3131
- uses: astral-sh/[email protected]
@@ -60,7 +60,7 @@ jobs:
6060
needs:
6161
- lint
6262
steps:
63-
- uses: actions/[email protected].0
63+
- uses: actions/[email protected].1
6464
with:
6565
persist-credentials: false
6666
# 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/[email protected].0
22+
- uses: actions/[email protected].1
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)