|
28 | 28 | cache: "npm" |
29 | 29 |
|
30 | 30 | - name: Cache apt packages |
31 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 31 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
32 | 32 | with: |
33 | 33 | path: /var/cache/apt/archives |
34 | 34 | key: ${{ runner.os }}-apt-${{ hashFiles('.github/workflows/test-and-report.yml') }} |
|
43 | 43 | sudo dbus-daemon --system --fork |
44 | 44 |
|
45 | 45 | - name: Cache dependencies |
46 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 46 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
47 | 47 | with: |
48 | 48 | path: ~/.npm |
49 | 49 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
|
54 | 54 | run: npm install |
55 | 55 |
|
56 | 56 | - name: Cache Cypress binary |
57 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 57 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
58 | 58 | with: |
59 | 59 | path: ~/.cache/Cypress |
60 | 60 | key: cypress-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} |
|
86 | 86 | cache: "npm" |
87 | 87 |
|
88 | 88 | - name: Cache dependencies |
89 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 89 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
90 | 90 | with: |
91 | 91 | path: ~/.npm |
92 | 92 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
|
97 | 97 | run: npm ci |
98 | 98 |
|
99 | 99 | - name: Cache build artifacts |
100 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 100 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
101 | 101 | with: |
102 | 102 | path: dist |
103 | 103 | key: ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('src/**/*') }} |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | cache: "npm" |
168 | 168 |
|
169 | 169 | - name: Cache dependencies |
170 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 170 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
171 | 171 | with: |
172 | 172 | path: ~/.npm |
173 | 173 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | cache: "npm" |
213 | 213 |
|
214 | 214 | - name: Cache Cypress binary |
215 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 215 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
216 | 216 | with: |
217 | 217 | path: ~/.cache/Cypress |
218 | 218 | key: cypress-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} |
|
0 commit comments