Skip to content

Commit

Permalink
Merge pull request #27 from loophp/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-2.1.7

build(deps): Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
drupol committed Nov 23, 2021
2 parents 40ac4ef + d7200f1 commit 2e208b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache dependencies
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 2e208b7

Please sign in to comment.