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:
commit
71c3416719
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-on-release.yml
vendored
2
.github/workflows/build-on-release.yml
vendored
|
@ -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') }}
|
||||
|
|
Loading…
Reference in a new issue