Skip to content

Commit 150b681

Browse files
committed
ci: bump pages actions to node24-compatible majors
checkout v4->v6, configure-pages v5->v6, upload-pages-artifact v3->v5, deploy-pages v4->v5. Clears the Node.js 20 deprecation warning ahead of the June 16 runner switch to Node 24.
1 parent 698f09f commit 150b681

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222

2323
- uses: oven-sh/setup-bun@v2
2424
with:
@@ -31,13 +31,13 @@ jobs:
3131
NEXT_TELEMETRY_DISABLED: "1"
3232
NEXT_PUBLIC_CONTACT_API_URL: ${{ vars.NEXT_PUBLIC_CONTACT_API_URL }}
3333

34-
- uses: actions/configure-pages@v5
34+
- uses: actions/configure-pages@v6
3535
with:
3636
enablement: true
3737

3838
- run: touch out/.nojekyll
3939

40-
- uses: actions/upload-pages-artifact@v3
40+
- uses: actions/upload-pages-artifact@v5
4141
with:
4242
path: out
4343

@@ -49,4 +49,4 @@ jobs:
4949
url: ${{ steps.deployment.outputs.page_url }}
5050
steps:
5151
- id: deployment
52-
uses: actions/deploy-pages@v4
52+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)