Skip to content

Commit 6e8c23f

Browse files
Bump actions/cache from 4.2.3 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b61a821 commit 6e8c23f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: buildx
2222
uses: docker/setup-buildx-action@v3
2323
- name: Cache Docker layers
24-
uses: actions/cache@v4.2.3
24+
uses: actions/cache@v5.0.2
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: buildx
2222
uses: docker/setup-buildx-action@v3
2323
- name: Cache Docker layers
24-
uses: actions/cache@v4.2.3
24+
uses: actions/cache@v5.0.2
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)