Skip to content

Commit 79b3e6d

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

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
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Cache dependencies
20-
uses: actions/cache@v1
20+
uses: actions/cache@v3
2121
with:
2222
path: ~/.composer/cache/files
2323
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@v2
1313

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

0 commit comments

Comments
 (0)