Skip to content

Commit

Permalink
Merge pull request #11 from bizley/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-2.1.6

Bump actions/cache from 2.1.5 to 2.1.6
  • Loading branch information
Bizley authored May 28, 2021
2 parents 29d8e23 + 4831387 commit 89b7e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 89b7e37

Please sign in to comment.