Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 3ce798c

Browse files
Bump actions/cache from 3 to 4 (#45)
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 26b63d3 commit 3ce798c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: "extcache-v1"
3737

3838
- name: Cache extensions
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
with:
4141
path: ${{ steps.extcache.outputs.dir }}
4242
key: ${{ steps.extcache.outputs.key }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: "extcache-v1"
3737

3838
- name: Cache extensions
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
with:
4141
path: ${{ steps.extcache.outputs.dir }}
4242
key: ${{ steps.extcache.outputs.key }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
key: "extcache-v1"
5757

5858
- name: Cache extensions
59-
uses: actions/cache@v3
59+
uses: actions/cache@v4
6060
with:
6161
path: ${{ steps.extcache.outputs.dir }}
6262
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)