File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout 🛬
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717
1818 - name : Set up Node.js
19- uses : actions/setup-node@v2
19+ uses : actions/setup-node@v4
2020 with :
2121 node-version : ' 14'
2222
2626 npm run build
2727
2828 - name : Cache build artifacts
29- uses : actions/cache@v2
29+ uses : actions/cache@v4
3030 with :
3131 path : build
3232 key : build-artifacts-${{ github.sha }}
@@ -39,16 +39,16 @@ jobs:
3939 contents : write
4040 steps :
4141 - name : Checkout 🛬
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v4
4343
4444 - name : Restore cached build artifacts
45- uses : actions/cache@v2
45+ uses : actions/cache@v4
4646 with :
4747 path : build
4848 key : build-artifacts-${{ github.sha }}
4949
5050 - name : Deploy 🚀
51- uses : JamesIves/github-pages-deploy-action@4.1.5
51+ uses : JamesIves/github-pages-deploy-action@v4
5252 with :
5353 branch : gh-pages
5454 folder : build
You can’t perform that action at this time.
0 commit comments