Skip to content

Commit 5fe9d02

Browse files
Bump actions/cache from 4.1.1 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eff7ec8 commit 5fe9d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: buildx
2525
uses: docker/setup-buildx-action@v3
2626
- name: Cache Docker layers
27-
uses: actions/[email protected].1
27+
uses: actions/[email protected].2
2828
with:
2929
path: /tmp/.buildx-cache-${{ matrix.build.arch }}
3030
key: ${{ runner.os }}-${{ matrix.build.arch }}-buildx-${{ github.sha }}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: buildx
2525
uses: docker/setup-buildx-action@v3
2626
- name: Cache Docker layers
27-
uses: actions/[email protected].1
27+
uses: actions/[email protected].2
2828
with:
2929
path: /tmp/.buildx-cache-${{ matrix.build.arch }}
3030
key: ${{ runner.os }}-${{ matrix.build.arch }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)