Skip to content

Commit a0f8c9d

Browse files
Bump actions/cache from 3 to 4 (#17)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b682d88 commit a0f8c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fix-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.head_ref }}
1515

1616
- name: Cache dependencies
17-
uses: actions/cache@v3
17+
uses: actions/cache@v4
1818
with:
1919
path: ~/.composer/cache/files
2020
key: dependencies-composer-${{ hashFiles('composer.json') }}

.github/workflows/quality-assurance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Cache dependencies
15-
uses: actions/cache@v3
15+
uses: actions/cache@v4
1616
with:
1717
path: ~/.composer/cache/files
1818
key: dependencies-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)