Skip to content

Commit

Permalink
Merge pull request #9 from netzmacht/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

github-actions(deps): bump actions/cache from 3 to 4
  • Loading branch information
dmolineus committed Feb 20, 2024
2 parents 3fe5daf + 0f0c283 commit cc6d388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Cache composer cache directory
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: composer-cache-dir
with:
Expand All @@ -45,7 +45,7 @@ jobs:
run: composer install

- name: Cache vendor directory
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: vendor
with:
Expand All @@ -58,7 +58,7 @@ jobs:
run: ./vendor/bin/phpcq ${{ matrix.phpcq_install }} -v

- name: Cache phpcq directory
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: phpcq
with:
Expand Down

0 comments on commit cc6d388

Please sign in to comment.