Skip to content

Commit

Permalink
Merge pull request #15 from middlewares/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
oscarotero committed Feb 1, 2024
2 parents d951be8 + 0e9ee33 commit 0488ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Cache PHP dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 0488ed2

Please sign in to comment.