Merge pull request #2 from circlecube/dependabot/github_actions/main/actions/cache-4

GitHub Actions(deps): Bump actions/cache from 3 to 4
This commit is contained in:
Evan Mullins 2024-08-22 18:20:36 -04:00 committed by GitHub
commit 71c3416719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache Composer vendor directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}