Skip to content

Commit 3b80aca

Browse files
Bump actions/cache from 3.0.11 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent daad92c commit 3b80aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: 🏗 Set up build cache
165165
id: cache
166-
uses: actions/cache@v3.0.11
166+
uses: actions/cache@v4.2.0
167167
with:
168168
path: /tmp/.buildx-cache
169169
# Key is named differently to avoid collision

.github/workflows/deploy.yaml

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

102102
- name: 🏗 Set up build cache
103103
id: cache
104-
uses: actions/cache@v3.0.11
104+
uses: actions/cache@v4.2.0
105105
with:
106106
path: /tmp/.buildx-cache
107107
# Key is named differently to avoid collision

0 commit comments

Comments
 (0)