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

Commit 96d69fd

Browse files
github-actions(deps): bump actions/cache from 2.1.6 to 3 (#177)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40de55e commit 96d69fd

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
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3131

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

0 commit comments

Comments
 (0)