Skip to content

Commit 02a62bc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

100100
- name: Cache dependencies
101-
uses: actions/cache@v3
101+
uses: actions/cache@v4
102102
with:
103103
path: ${{ steps.composer-cache.outputs.dir }}
104104
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)