File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 node-version : ${{ inputs.node-version }}
1414
1515 - name : Restore Cache
16- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
16+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1717 with :
1818 path : ./.yarn/cache
1919 key : ${{ runner.os }}-Yarn-main
Original file line number Diff line number Diff line change 7676 - name : Check Cache
7777 id : cache-check
7878 if : ${{ !inputs.purge_cache }}
79- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
79+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
8080 with :
8181 path : ${{ env.CACHE_PATH }}
8282 key : ${{ steps.cache-key.outputs.key }}
9797
9898 - name : Save Cache
9999 if : ${{ steps.should-rebuild.outputs.rebuild == 'true' }}
100- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
100+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
101101 with :
102102 path : ${{ env.CACHE_PATH }}
103103 key : ${{ steps.cache-key.outputs.key }}
Original file line number Diff line number Diff line change 3838
3939 - name : Save Repository to Cache
4040 id : save-repository-cache
41- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
41+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4242 with :
4343 path : ./
4444 key : ${{ env.CACHE_KEY }}
5353
5454 steps :
5555 - name : Restore Repository from Cache
56- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
56+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5757 id : restore-repository-cache
5858 with :
5959 path : ./
7575
7676 steps :
7777 - name : Restore Repository from Cache
78- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
78+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
7979 id : restore-repository-cache
8080 with :
8181 path : ./
@@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - name : Restore Repository from Cache
131- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
131+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
132132 id : restore-repository-cache
133133 with :
134134 path : ./
You can’t perform that action at this time.
0 commit comments