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

Commit 7a8b2aa

Browse files
Bump actions/cache from 2 to 3 (#57)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68ffa27 commit 7a8b2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Cache Composer packages
2727
id: composer-cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: "~/.cache/composer"
3131
key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)