Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit d057c2c

Browse files
committed
[TASK] Update actions/cache to v2
1 parent e6593d9 commit d057c2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous-integration.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636

3737
- name: Get Composer Cache Directory
3838
id: composer-cache
39-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
39+
run: |
40+
echo "::set-output name=dir::$(composer config cache-files-dir)"
4041
41-
- uses: actions/cache@v1
42+
- uses: actions/cache@v2
4243
with:
4344
path: ${{ steps.composer-cache.outputs.dir }}
4445
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)