Skip to content

Commit 230f8f7

Browse files
chore(deps): bump actions/cache from 3.0.3 to 3.0.4 (#482)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f6e1db commit 230f8f7

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/[email protected].3
24+
uses: actions/[email protected].4
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/[email protected].3
69+
uses: actions/[email protected].4
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)