Skip to content

Commit

Permalink
Merge pull request #4381 from yiisoft/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-2.1.7

Bump actions/cache from 2.1.5 to 2.1.7
  • Loading branch information
marcovtwout authored Nov 26, 2021
2 parents 55df238 + c29dcff commit 13df185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ jobs:

- name: Cache extensions 5.3 - 5.6
if: matrix.php < '7.0'
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
path: ${{ steps.cache-env-php5.outputs.dir }}
key: ${{ steps.cache-env-php5.outputs.key }}
restore-keys: ${{ steps.cache-env-php5.outputs.key }}

- name: Cache extensions 7.0 - 8.0
if: matrix.php >= '7.0'
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
path: ${{ steps.cache-env-php7.outputs.dir }}
key: ${{ steps.cache-env-php7.outputs.key }}
Expand All @@ -119,7 +119,7 @@ jobs:
run: echo "COMPOSER_CACHE_DIR=~\AppData\Local\Composer" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

- name: Cache dependencies installed with composer
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
path: ${{ env.COMPOSER_CACHE_DIR }}
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 13df185

Please sign in to comment.