Skip to content

Commit 5e34dd4

Browse files
authored
chore: update workflow actions version
1 parent f7a57de commit 5e34dd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
- name: Setup
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version-file: .nvmrc
22-
- uses: pnpm/action-setup@v2.2.1
22+
- uses: pnpm/action-setup@v4.1.0
2323
with:
2424
version: 8
2525
run_install: true

0 commit comments

Comments
 (0)