Skip to content

Commit da9b6a7

Browse files
chore(deps): bump actions/cache from 2.1.7 to 3.0.2 (#395)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60cda78 commit da9b6a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222

2323
- name: Cache dependencies
24-
uses: actions/cache@v2.1.7
24+
uses: actions/cache@v3.0.2
2525
with:
2626
path: ~/.composer/cache/files
2727
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v3
6767

6868
- name: Cache dependencies
69-
uses: actions/cache@v2.1.7
69+
uses: actions/cache@v3.0.2
7070
with:
7171
path: ~/.composer/cache/files
7272
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)