5151
5252 - name : ♻️ NX cache
5353 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
54- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
54+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5555 with :
5656 path : ${{ inputs.working-directory }}/node_modules/.cache/nx
5757 key : ${{ runner.os }}-cache-nx-${{ github.sha }}
6060
6161 - name : ♻️ Prettier cache
6262 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
63- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
63+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6464 with :
6565 path : ${{ inputs.working-directory }}/node_modules/.cache/prettier
6666 key : ${{ runner.os }}-cache-prettier-${{ github.sha }}
6969
7070 - name : ♻️ Docusaurus cache
7171 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).docusaurus == true
72- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
72+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
7373 with :
7474 path : |
7575 ${{ inputs.working-directory }}/.docusaurus
8080
8181 - name : ♻️ Vitest cache
8282 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).vitest == true
83- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
83+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
8484 with :
8585 path : ${{ inputs.working-directory }}/node_modules/.vite/vitest
8686 key : ${{ runner.os }}-cache-vitest-${{ github.sha }}
8989
9090 - name : ♻️ Astro cache
9191 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).astro == true
92- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
92+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
9393 with :
9494 path : ${{ inputs.working-directory }}/node_modules/.astro
9595 key : ${{ runner.os }}-cache-astro-${{ github.sha }}
9898
9999 - name : ♻️ Gatsby cache
100100 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
101- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
101+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
102102 with :
103103 path : |
104104 ${{ inputs.working-directory }}/.cache
@@ -109,7 +109,7 @@ runs:
109109
110110 - name : ♻️ Storybook cache
111111 if : fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
112- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
112+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
113113 with :
114114 path : ${{ inputs.working-directory }}/node_modules/.cache/storybook
115115 key : ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -196,7 +196,7 @@ runs:
196196
197197 - name : ♻️ Test cache
198198 if : steps.jest-cache-dir-path.outputs.dir
199- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
199+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
200200 with :
201201 path : ${{ steps.jest-cache-dir-path.outputs.dir }}
202202 key : ${{ runner.os }}-test-${{ github.sha }}
0 commit comments