Skip to content

Commit ce2e0df

Browse files
chore(deps): bump actions/cache from 3 to 4 (#1)
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 9055e9a commit ce2e0df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/client-generate.yml

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

3939
- name: Cache Composer packages
4040
id: composer-cache
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: vendor
4444
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/php.yml

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

4242
- name: Cache Composer packages
4343
id: composer-cache
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: vendor
4747
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/template-cleanup.yml

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

9292
- name: Cache Composer packages
9393
id: composer-cache
94-
uses: actions/cache@v3
94+
uses: actions/cache@v4
9595
with:
9696
path: vendor
9797
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)