Skip to content

Commit 835cea8

Browse files
Update actions/cache digest to 55cc834 (#344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a291e40 commit 835cea8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1818

1919
- name: Cache Composer dependencies
20-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
20+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2121
with:
2222
path: /tmp/composer-cache
2323
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

.github/workflows/test-php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Cache Composer dependencies
34-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
34+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
3535
with:
3636
path: /tmp/composer-cache
3737
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
112112

113113
- name: Cache Composer dependencies
114-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
114+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
115115
with:
116116
path: /tmp/composer-cache
117117
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -156,7 +156,7 @@ jobs:
156156
ref: ${{ github.head_ref }}
157157

158158
- name: Cache Composer dependencies
159-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
159+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
160160
with:
161161
path: /tmp/composer-cache
162162
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -252,7 +252,7 @@ jobs:
252252
ref: ${{ github.head_ref }}
253253

254254
- name: Cache Composer dependencies
255-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
255+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
256256
with:
257257
path: /tmp/composer-cache
258258
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)