Skip to content

Commit 779b6a8

Browse files
authored
Merge pull request #6 from ItinerisLtd/github/actions/update-workflows
Update GitHub Actions workflows to version `v4`
2 parents ad3bcd0 + b5c6245 commit 779b6a8

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
@@ -25,7 +25,7 @@ jobs:
2525
id: composercache
2626
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2727

28-
- uses: actions/cache@v2
28+
- uses: actions/cache@v4
2929
with:
3030
path: ${{ steps.composercache.outputs.dir }}
3131
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)