Skip to content

Commit fcd534a

Browse files
dependabot[bot]Rafiot
authored andcommitted
build(deps): bump actions/cache from 3 to 4
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> Signed-off-by: Raphaël Vinot <raphael@vinot.info>
1 parent cbdd7e2 commit fcd534a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v4
5959
- name: Cache docker images
6060
id: custom-cache
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: ./custom-cache/
6464
key: custom-cache
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Cache docker images
9696
id: custom-cache
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
with:
9999
path: ./custom-cache/
100100
fail-on-cache-miss: true
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Cache docker images
152152
id: custom-cache
153-
uses: actions/cache@v3
153+
uses: actions/cache@v4
154154
with:
155155
path: ./custom-cache/
156156
fail-on-cache-miss: true

0 commit comments

Comments
 (0)