Skip to content

Commit

Permalink
Merge pull request #3 from ecphp/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-3.0.2

chore(deps): Bump actions/cache from 3.0.1 to 3.0.2
  • Loading branch information
drupol authored Apr 20, 2022
2 parents bd62286 + 42880d5 commit c5eefe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

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

0 comments on commit c5eefe1

Please sign in to comment.