Skip to content

Commit 70e1eb5

Browse files
Bump actions/cache from 2.1.4 to 2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...v2.1.5) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23104e2 commit 70e1eb5

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.1.4
71+
uses: actions/cache@v2.1.5
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.1.4
79+
uses: actions/cache@v2.1.5
8080
with:
8181
path: vendor
8282
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)