Skip to content

Commit

Permalink
Merge pull request #4 from ItinerisLtd/github/actions/update-workflows
Browse files Browse the repository at this point in the history
Update GitHub Actions workflows to version `v4`
  • Loading branch information
codepuncher authored Jan 22, 2025
2 parents 93740fe + 7390338 commit 9ecaeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: composercache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

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

0 comments on commit 9ecaeee

Please sign in to comment.