File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - name : Check dependency cache
1212 id : dep-cache
13- uses : actions/cache/restore@v4
13+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1414 with :
1515 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
1616 key : ${{ env.DEPENDENCY_CACHE_KEY }}
2626 - name : Check dependency cache (retry)
2727 id : dep-cache-retry-attempt
2828 if : steps.dep-cache.outputs.cache-hit != 'true'
29- uses : actions/cache/restore@v4
29+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3030 with :
3131 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
3232 key : ${{ env.DEPENDENCY_CACHE_KEY }}
Original file line number Diff line number Diff line change 1515 shell : bash
1616 run : echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
1717
18- - uses : actions/cache@v4
18+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1919 name : Check if Playwright browser is cached
2020 id : playwright-cache
2121 with :
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 echo "$EOF" >> "$GITHUB_ENV"
166166
167167 - name : Nx cache
168- uses : actions/cache@v4
168+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
169169 id : cache_nx
170170 with :
171171 path : .nxcache
@@ -176,7 +176,7 @@ jobs:
176176 nx-Linux
177177
178178 - name : Check dependency cache
179- uses : actions/cache@v4
179+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
180180 id : cache_dependencies
181181 with :
182182 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
@@ -264,7 +264,7 @@ jobs:
264264 env :
265265 DEPENDENCY_CACHE_KEY : ${{ needs.job_setup.outputs.dependency_cache_key }}
266266
267- - uses : actions/cache@v4
267+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
268268 with :
269269 path : ghost/**/.eslintcache
270270 key : eslint-cache
You can’t perform that action at this time.
0 commit comments