Skip to content

Commit

Permalink
Merge pull request #14 from hofff/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4

github-actions(deps): bump actions/cache from 3 to 4
  • Loading branch information
dmolineus authored Feb 27, 2024
2 parents b7d20b6 + e0e6ca8 commit ba6966c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
coverage: xdebug2

- name: Cache composer cache directory
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: composer-cache-dir-${{ matrix.php }}
with:
Expand All @@ -49,7 +49,7 @@ jobs:
run: composer install

- name: Cache vendor directory of phpcq tool runner
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: vendor-${{ matrix.php }}
with:
Expand Down

0 comments on commit ba6966c

Please sign in to comment.