Skip to content

Commit 2b8a0f8

Browse files
authored
🔧 github workflow version update (#83)
1 parent 5b190d7 commit 2b8a0f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.github/workflows/build-test.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- run: corepack enable
13-
- uses: actions/setup-node@v3
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: "20"
1616
# Pick your own package manager and build script
@@ -19,4 +19,4 @@ jobs:
1919
- name: Upload artifact
2020
uses: actions/upload-pages-artifact@v1
2121
with:
22-
path: ./.output/public
22+
path: ./.output/public

‎.github/workflows/deploy.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- run: corepack enable
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: "20"
1717
# Pick your own package manager and build script

0 commit comments

Comments
 (0)