Skip to content

Commit 67412d1

Browse files
authored
Merge pull request #5 from basgroot/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 4 to 7
2 parents 37fa5da + f68a833 commit 67412d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
test:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v7
2727

2828
- uses: actions/setup-node@v7
2929
with:
@@ -89,7 +89,7 @@ jobs:
8989
name: github-pages
9090
url: ${{ steps.deployment.outputs.page_url }}
9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v7
9393

9494
- uses: actions/setup-node@v7
9595
with:

0 commit comments

Comments
 (0)