File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
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
You can’t perform that action at this time.
0 commit comments