Skip to content

Commit 5bdcc18

Browse files
Bump actions/cache from 4.2.3 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.3. - [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.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b61a821 commit 5bdcc18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.3
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.3
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)