Skip to content

Commit 799e60d

Browse files
build(deps): bump actions/cache from 3 to 4 in /.github/workflows (#44)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e9e346 commit 799e60d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2121

2222
- name: Cache dependencies
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: ${{ steps.composer-cache.outputs.dir }}
2626
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.laravel }}-${{ hashFiles('**/composer.json') }}
@@ -51,7 +51,7 @@ jobs:
5151
id: composer-cache
5252
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5353

54-
- uses: actions/cache@v3
54+
- uses: actions/cache@v4
5555
with:
5656
path: ${{ steps.composer-cache.outputs.dir }}
5757
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)