Skip to content

Commit 3fe4da0

Browse files
committed
ci: update GitHub Actions to Node 24 runtimes
1 parent bb1dcd5 commit 3fe4da0

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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v7
2323
- name: Install, build, and upload
2424
uses: withastro/action@v3
2525

@@ -32,4 +32,4 @@ jobs:
3232
steps:
3333
- name: Deploy to GitHub Pages
3434
id: deployment
35-
uses: actions/deploy-pages@v4
35+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)