Skip to content

Commit

Permalink
Bump actions/cache from 2.1.6 to 2.1.7 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 6, 2021
1 parent c0ba2e5 commit 1803a8b
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 @@ -13,7 +13,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: cs-composer-${{ hashFiles('**/composer.json') }}
Expand All @@ -40,7 +40,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}
Expand All @@ -64,7 +64,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: 80-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 1803a8b

Please sign in to comment.