Skip to content

Commit 256bb7a

Browse files
authored
Update pages.yml
1 parent 9ea1a5d commit 256bb7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@latest
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
# If your repository depends on submodule, please see: https://github.com/actions/checkout
1616
submodules: recursive
1717
- name: Use Node.js 16.x
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@latest
1919
with:
2020
node-version: '16'
2121
- name: Cache NPM dependencies
22-
uses: actions/cache@v4
22+
uses: actions/cache@latest
2323
with:
2424
path: node_modules
2525
key: ${{ runner.OS }}-npm-cache
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build
3131
run: npm run build
3232
- name: Upload Pages artifact
33-
uses: actions/upload-pages-artifact@v2
33+
uses: actions/upload-pages-artifact@latest
3434
with:
3535
path: ./public
3636
deploy:

0 commit comments

Comments
 (0)