5757
5858 - name : ♻️ NX cache
5959 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
60- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
60+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6161 with :
6262 path : ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/nx
6363 key : ${{ runner.os }}-cache-nx-${{ github.sha }}
6666
6767 - name : ♻️ Prettier cache
6868 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
69- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
69+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7070 with :
7171 path : ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/prettier
7272 key : ${{ runner.os }}-cache-prettier-${{ github.sha }}
7575
7676 - name : ♻️ Docusaurus cache
7777 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).docusaurus == true
78- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
78+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7979 with :
8080 path : |
8181 ${{ steps.working-directory.outputs.workspace-relative-path }}/.docusaurus
8686
8787 - name : ♻️ Vitest cache
8888 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).vitest == true
89- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
89+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9090 with :
9191 path : ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.vite/vitest
9292 key : ${{ runner.os }}-cache-vitest-${{ github.sha }}
9595
9696 - name : ♻️ Astro cache
9797 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).astro == true
98- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
98+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9999 with :
100100 path : ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.astro
101101 key : ${{ runner.os }}-cache-astro-${{ github.sha }}
@@ -104,7 +104,7 @@ runs:
104104
105105 - name : ♻️ Gatsby cache
106106 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
107- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
107+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
108108 with :
109109 path : |
110110 ${{ steps.working-directory.outputs.workspace-relative-path }}/.cache
@@ -115,7 +115,7 @@ runs:
115115
116116 - name : ♻️ Storybook cache
117117 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
118- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
118+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
119119 with :
120120 path : ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/storybook
121121 key : ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -191,7 +191,7 @@ runs:
191191
192192 - name : ♻️ Test cache
193193 if : steps.jest-cache-dir-path.outputs.dir
194- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
194+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
195195 with :
196196 path : ${{ steps.jest-cache-dir-path.outputs.dir }}
197197 key : ${{ runner.os }}-test-${{ github.sha }}
0 commit comments