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 @@ -16,14 +16,14 @@ jobs:
1616 with :
1717 node-version : ' 18'
1818 - name : Global Node packages cache
19- uses : actions/cache@v3
19+ uses : actions/cache@v4
2020 with :
2121 path : ~/.npm
2222 key :
2323 ubuntu--build-${{ env.cache-name }}-${{
2424 hashFiles('**/package-lock.json') }}
2525 - name : Test fixture dependency cache
26- uses : actions/cache@v3
26+ uses : actions/cache@v4
2727 with :
2828 path : plugin/test/fixtures/**/node_modules
2929 key :
@@ -43,14 +43,14 @@ jobs:
4343 with :
4444 node-version : ' *'
4545 - name : Global Node packages cache
46- uses : actions/cache@v3
46+ uses : actions/cache@v4
4747 with :
4848 path : ~/.npm
4949 key :
5050 macOS-build-${{ env.cache-name }}-${{
5151 hashFiles('**/package-lock.json') }}
5252 - name : Test fixture dependency cache
53- uses : actions/cache@v3
53+ uses : actions/cache@v4
5454 with :
5555 path : plugin/test/fixtures/**/node_modules
5656 key :
You can’t perform that action at this time.
0 commit comments