Skip to content

Commit

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

Bump actions/cache from 2 to 3
  • Loading branch information
oscarotero authored Dec 1, 2022
2 parents 9851fdf + c3273ea commit 0711bb8
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@v2
uses: actions/cache@v3
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@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 0711bb8

Please sign in to comment.