Skip to content

Commit 2e873c6

Browse files
committed
ci: update GitHub Action versions
Most of them are stale, and at least one of them doesn't work any longer.
1 parent 2fc6d86 commit 2e873c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pages.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Setup Pages
3737
id: pages
38-
uses: actions/configure-pages@v3
39-
- uses: pnpm/action-setup@v2
38+
uses: actions/configure-pages@v5
39+
- uses: pnpm/action-setup@v4
4040
with:
4141
version: 8.7.5
4242
- name: Setup Node
43-
uses: actions/setup-node@v3
43+
uses: actions/setup-node@v4
4444
with:
45-
node-version: "18"
45+
node-version: "22"
4646
cache: pnpm
4747
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml
4848
- name: Install dependencies
@@ -52,7 +52,7 @@ jobs:
5252
run: pnpm run build
5353
working-directory: ${{ env.BUILD_PATH }}
5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@v1
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
path: ${{ env.BUILD_PATH }}/_site
5858

@@ -66,4 +66,4 @@ jobs:
6666
steps:
6767
- name: Deploy to GitHub Pages
6868
id: deployment
69-
uses: actions/deploy-pages@v2
69+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)