Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit f8eda47

Browse files
github-actions(deps): bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2fb1c1 commit f8eda47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3333

3434
- name: Cache dependencies
35-
uses: actions/cache@v2.1.5
35+
uses: actions/cache@v2.1.6
3636
with:
3737
path: ~/.composer/cache/files
3838
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)