Skip to content

Commit bf71a88

Browse files
⬆️ Update actions/cache action to v5
1 parent e3c0e78 commit bf71a88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4646

4747
- name: Cache Composer dependencies
48-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
48+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
4949
with:
5050
path: ${{ steps.composer-cache.outputs.dir }}
5151
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -227,7 +227,7 @@ jobs:
227227
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
228228

229229
- name: Cache Composer dependencies
230-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
230+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
231231
with:
232232
path: ${{ steps.composer-cache.outputs.dir }}
233233
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -312,7 +312,7 @@ jobs:
312312
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
313313

314314
- name: Cache Composer dependencies
315-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
315+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
316316
with:
317317
path: ${{ steps.composer-cache.outputs.dir }}
318318
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/dust_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
9595

9696
- name: Cache Composer dependencies
97-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
97+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
9898
with:
9999
path: ${{ steps.composer-cache.outputs.dir }}
100100
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)