Skip to content

Commit b1a2d57

Browse files
dependabot[bot]pl-github
authored andcommitted
chore(deps): Bump actions/cache from 2 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbaf3d6 commit b1a2d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
php-version: "${{ matrix.php-version }}"
3232

3333
- name: "Cache dependencies"
34-
uses: "actions/cache@v2"
34+
uses: "actions/cache@v4"
3535
with:
3636
path: "~/.composer/cache"
3737
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)