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 1616 node-version : 20
1717 cache : ' npm'
1818 - name : Cache node_modules
19- uses : actions/cache@v3
19+ uses : actions/cache@v4
2020 id : cache-node-modules
2121 with :
2222 path : node_modules
3535 node-version : 20
3636 cache : ' npm'
3737 - name : Get node_modules from cache
38- uses : actions/cache@v3
38+ uses : actions/cache@v4
3939 id : cache-node-modules
4040 with :
4141 path : node_modules
6464 node-version : 20
6565 cache : ' npm'
6666 - name : Get node_modules from cache
67- uses : actions/cache@v3
67+ uses : actions/cache@v4
6868 with :
6969 path : node_modules
7070 key : modules-${{ hashFiles('package-lock.json') }}
7474 echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
7575 # Cache browser binaries, cache key is based on Playwright version and OS
7676 - name : Cache Playwright browser binaries
77- uses : actions/cache@v3
77+ uses : actions/cache@v4
7878 id : playwright-cache
7979 with :
8080 path : ' ~/.cache/ms-playwright'
You can’t perform that action at this time.
0 commit comments