|
31 | 31 | persist-credentials: false |
32 | 32 |
|
33 | 33 | - name: Cache Composer dependencies |
34 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 34 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 |
35 | 35 | with: |
36 | 36 | path: /tmp/composer-cache |
37 | 37 | key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
112 | 112 |
|
113 | 113 | - name: Cache Composer dependencies |
114 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 114 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 |
115 | 115 | with: |
116 | 116 | path: /tmp/composer-cache |
117 | 117 | key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 | ref: ${{ github.head_ref }} |
157 | 157 |
|
158 | 158 | - name: Cache Composer dependencies |
159 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 159 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 |
160 | 160 | with: |
161 | 161 | path: /tmp/composer-cache |
162 | 162 | key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | ref: ${{ github.head_ref }} |
253 | 253 |
|
254 | 254 | - name: Cache Composer dependencies |
255 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 255 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 |
256 | 256 | with: |
257 | 257 | path: /tmp/composer-cache |
258 | 258 | key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} |
|
0 commit comments