|
31 | 31 | persist-credentials: false |
32 | 32 |
|
33 | 33 | - name: Cache Composer dependencies |
34 | | - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 |
| 34 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 |
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 |
112 | 112 |
|
113 | 113 | - name: Cache Composer dependencies |
114 | | - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 |
| 114 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 |
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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 |
| 159 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 |
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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 |
| 255 | + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 |
256 | 256 | with: |
257 | 257 | path: /tmp/composer-cache |
258 | 258 | key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} |
|
0 commit comments