Skip to content

Commit 514f52a

Browse files
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](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c70642 commit 514f52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ jobs:
6868
echo "::set-output name=dir::$(composer config cache-files-dir)"
6969
7070
- name: Cache Composer Downloads
71-
uses: actions/cache@v2
71+
uses: actions/cache@v2.1.4
7272
with:
7373
path: vendor/
7474
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
7575
restore-keys: |
7676
${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
7777
7878
- name: Cache PHP dependencies
79-
uses: actions/cache@v2
79+
uses: actions/cache@v2.1.4
8080
with:
8181
path: vendor
8282
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)