Skip to content

Commit

Permalink
Merge pull request #30 from nucleos/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-v2.1.4

Bump actions/cache from v2 to v2.1.4
  • Loading branch information
nucleos-bot committed Feb 7, 2021
2 parents 64d554a + 13746cd commit 4dc5e64
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 @@ -37,7 +37,7 @@ jobs:
run: composer validate --strict

- name: "Cache dependencies installed with composer"
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ~/.composer/cache
key: php${{ matrix.php-version }}-composer-
Expand Down

0 comments on commit 4dc5e64

Please sign in to comment.