Skip to content

Commit 310726d

Browse files
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60cbac6 commit 310726d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-kurtosis-assertoor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Restore cached third-party containers
6060
id: cache-cl-images
61-
uses: actions/cache@v4
61+
uses: actions/cache@v5
6262
with:
6363
path: /tmp/docker-cache
6464
key: docker-cl-${{ env.LIGHTHOUSE_IMAGE }}-${{ env.TEKU_IMAGE }}-${{ env.ASSERTOOR_IMAGE }}
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Restore cached third-party containers
137137
id: cache-cl-images
138-
uses: actions/cache@v4
138+
uses: actions/cache@v5
139139
with:
140140
path: /tmp/docker-cache
141141
key: docker-cl-${{ env.LIGHTHOUSE_IMAGE }}-${{ env.TEKU_IMAGE }}-${{ env.ASSERTOOR_IMAGE }}

0 commit comments

Comments
 (0)