Skip to content

Commit 68ccbc0

Browse files
committed
Fix GitHub Actions
1 parent 6ae8e41 commit 68ccbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
echo "::set-output name=dir::$(composer config cache-files-dir)"
5757
- name: Cache Composer packages
58-
uses: actions/cache@v2
58+
uses: actions/cache@v4
5959
with:
6060
path: ${{ steps.composer-cache.outputs.dir }}
6161
key: ${{ runner.os }}-composer

0 commit comments

Comments
 (0)