Skip to content

Commit 2c8803d

Browse files
committed
ci(astro): bump checkout + setup-node to v5 (Node 24 runner)
GitHub deprecation: Node 20 actions will be forced to Node 24 by June 2026. actions/checkout@v5 and actions/setup-node@v5 ship with Node 24 internally.
1 parent a6b0d08 commit 2c8803d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-astro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767
with:
6868
# Need history depth for `npm version` to look sane and for the
6969
# commit-then-push step to operate against the current HEAD.
@@ -74,7 +74,7 @@ jobs:
7474
token: ${{ secrets.GITHUB_TOKEN }}
7575

7676
- name: Setup Node
77-
uses: actions/setup-node@v4
77+
uses: actions/setup-node@v5
7878
with:
7979
node-version: '22'
8080
# registry-url tells setup-node to write a project-level .npmrc

0 commit comments

Comments
 (0)