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 @@ -18,15 +18,15 @@ jobs:
1818
1919 steps :
2020
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 with :
2323 fetch-depth : 0
2424 ref : gh-pages
2525
2626 - run : git checkout -b gh-pages-pr || true
2727 - run : git push --set-upstream origin gh-pages-pr || true
2828
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 with :
3131 fetch-depth : 0
3232 ref : gh-pages-pr
@@ -39,13 +39,13 @@ jobs:
3939 - run : git commit -m "Merge branch gh-pages into gh-pages-pr" 1> /dev/null 2> /dev/null || true
4040 - run : git push
4141
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v3
4343 with :
4444 fetch-depth : 0
4545 ref : master
4646
4747 - name : Use Node.js ${{ matrix.node-version }}
48- uses : actions/setup-node@v2
48+ uses : actions/setup-node@v3
4949 with :
5050 node-version : ${{ matrix.node-version }}
5151 cache : ' npm'
You can’t perform that action at this time.
0 commit comments