Skip to content

Commit 775ee58

Browse files
chore(deps): update actions/checkout action to v7 (#234)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 646eb93 commit 775ee58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: write # Needed to push the PR preview to the gh-pages branch
2626
pull-requests: write # Needed to comment the preview link on the PR
2727
steps:
28-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
28+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: write # Needed to push the built site to the gh-pages branch
2222
steps:
23-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false

0 commit comments

Comments
 (0)