mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-11-26 20:34:59 +01:00
[ga]: Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51f8ee2e49
commit
5cea47b1f1
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
extensions: bcmath, mbstring, intl, sodium, json
|
extensions: bcmath, mbstring, intl, sodium, json
|
||||||
|
|
||||||
- name: "caching dependencies"
|
- name: "caching dependencies"
|
||||||
uses: "actions/cache@v2"
|
uses: "actions/cache@v2.1.4"
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.composer/cache
|
~/.composer/cache
|
||||||
|
Loading…
Reference in New Issue
Block a user