Skip to content

Commit 27fe2a3

Browse files
gh actions: bump actions/cache from 3 to 4 (alexjustesen#1062)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e91ca29 commit 27fe2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

5454
- name: Setup composer cache
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: ${{ steps.composer-cache.outputs.dir }}
5858
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}

0 commit comments

Comments
 (0)