Skip to content

Commit 487b7fd

Browse files
chore: fix ci deprecations, bump actions/cache 3 => 4 (#160)
Co-authored-by: Christopher Georg <[email protected]>
1 parent f5ddeb8 commit 487b7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

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

4646
- name: Cache dependencies
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: ${{ steps.composer-cache.outputs.dir }}
5050
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)