|
28 | 28 | cache: "npm" |
29 | 29 |
|
30 | 30 | - name: Cache dependencies |
31 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 31 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
32 | 32 | with: |
33 | 33 | path: ~/.npm |
34 | 34 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
@@ -69,15 +69,15 @@ jobs: |
69 | 69 | cache: "npm" |
70 | 70 |
|
71 | 71 | - name: Cache dependencies |
72 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 72 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
73 | 73 | with: |
74 | 74 | path: ~/.npm |
75 | 75 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
76 | 76 | restore-keys: | |
77 | 77 | ${{ runner.os }}-node- |
78 | 78 |
|
79 | 79 | - name: Cache Vite build cache |
80 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 80 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
81 | 81 | with: |
82 | 82 | path: node_modules/.vite |
83 | 83 | key: ${{ runner.os }}-vite-${{ hashFiles('**/package-lock.json') }} |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | cache: "npm" |
119 | 119 |
|
120 | 120 | - name: Cache dependencies |
121 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 121 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
122 | 122 | with: |
123 | 123 | path: ~/.npm |
124 | 124 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
@@ -162,15 +162,15 @@ jobs: |
162 | 162 | cache: "npm" |
163 | 163 |
|
164 | 164 | - name: Cache dependencies |
165 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 165 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
166 | 166 | with: |
167 | 167 | path: ~/.npm |
168 | 168 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
169 | 169 | restore-keys: | |
170 | 170 | ${{ runner.os }}-node- |
171 | 171 |
|
172 | 172 | - name: Cache APT packages |
173 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 173 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
174 | 174 | with: |
175 | 175 | path: /var/cache/apt/archives |
176 | 176 | key: ${{ runner.os }}-apt-${{ hashFiles('.github/workflows/test-and-report.yml') }} |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | google-chrome --version |
211 | 211 |
|
212 | 212 | - name: Cache Cypress binary |
213 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 213 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
214 | 214 | with: |
215 | 215 | path: ~/.cache/Cypress |
216 | 216 | key: cypress-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} |
@@ -317,15 +317,15 @@ jobs: |
317 | 317 | cache: "npm" |
318 | 318 |
|
319 | 319 | - name: Cache dependencies |
320 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 320 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
321 | 321 | with: |
322 | 322 | path: ~/.npm |
323 | 323 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
324 | 324 | restore-keys: | |
325 | 325 | ${{ runner.os }}-node- |
326 | 326 |
|
327 | 327 | - name: Cache APT packages |
328 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 328 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
329 | 329 | with: |
330 | 330 | path: /var/cache/apt/archives |
331 | 331 | key: ${{ runner.os }}-apt-graphviz-${{ hashFiles('.github/workflows/test-and-report.yml') }} |
|
0 commit comments