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 3232
3333 - name : restore astro cache (PR)
3434 if : github.event_name == 'pull_request'
35- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
35+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3636 with :
3737 path : node_modules/.astro
3838 key : astro-cache-v1-pr-no-save
4141
4242 - name : get astro cache (main)
4343 if : github.event_name == 'push'
44- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
44+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4545 with :
4646 path : node_modules/.astro
4747 key : astro-cache-v1-${{ github.run_id }}
5050
5151 - name : restore content cache (PR)
5252 if : github.event_name == 'pull_request'
53- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
53+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5454 with :
5555 path : .cache
5656 key : content-cache-v1-pr-no-save
5959
6060 - name : get content cache (main)
6161 if : github.event_name == 'push'
62- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
62+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
6363 with :
6464 path : .cache
6565 key : content-cache-v1-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments