Skip to content

Commit e438f47

Browse files
committed
ci: deploy action version update
1 parent 488efd5 commit e438f47

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
8-
workflow_dispatch:
7+
workflow_dispatch:
98

109
permissions:
1110
contents: read
@@ -20,12 +19,12 @@ jobs:
2019
build:
2120
runs-on: ubuntu-latest
2221
steps:
23-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2423

2524
- uses: actions/setup-node@v3
2625
with:
2726
node-version: 18.x
28-
cache: 'npm'
27+
cache: "npm"
2928
cache-dependency-path: ./package-lock.json
3029

3130
- name: Setup Pages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
"engines": {
6464
"node": ">=18.17"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)