Skip to content

Commit 80d0474

Browse files
committed
chore: update github actions workflow to v4
1 parent 13eb903 commit 80d0474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

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

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
with:
1717
# fetch all commits to get last updated time or other git log info
1818
fetch-depth: 0
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v4
2222
with:
2323
# choose node.js version to use
2424
node-version: '16'
2525

2626
# cache node_modules
2727
- name: Cache dependencies
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
id: yarn-cache
3030
with:
3131
path: |
@@ -46,7 +46,7 @@ jobs:
4646
# please check out the docs of the workflow for more details
4747
# @see https://github.com/crazy-max/ghaction-github-pages
4848
- name: Deploy to GitHub Pages
49-
uses: crazy-max/ghaction-github-pages@v2
49+
uses: crazy-max/ghaction-github-pages@v4
5050
with:
5151
# deploy to gh-pages branch
5252
target_branch: gh-pages

0 commit comments

Comments
 (0)