Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore(deps): update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 28, 2022
1 parent bf4d5a0 commit 39ec8b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
tools: composer

- name: "Cache dependencies installed with composer"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: php7.4-composer-highest-${{ hashFiles('**/composer.json') }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
ini-values: assert.exception=1, zend.assertions=1

- name: "Cache dependencies installed with composer"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
ini-values: assert.exception=1, zend.assertions=1, apc.enabled=1, apc.enable_cli=1

- name: "Cache dependencies installed with composer"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: php7.4-composer-highest-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 39ec8b9

Please sign in to comment.