Skip to content

Commit 0c8f5b1

Browse files
chore(deps): update actions/checkout action to v6
1 parent f834e15 commit 0c8f5b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- prettier -c .
1818
- astro check
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with: { token: "${{ secrets.GITHUB_TOKEN }}" }
2222
- uses: actions/setup-node@v6
2323
with:
@@ -32,7 +32,7 @@ jobs:
3232
needs:
3333
- preflight
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with: { token: "${{ secrets.GITHUB_TOKEN }}" }
3737
# - uses: cachix/install-nix-action@v20
3838
# with:

0 commit comments

Comments
 (0)