Skip to content

Commit 3d3f3b7

Browse files
authored
Merge pull request #127 from hvalev/dependabot/github_actions/actions/cache-4.1.2
Bump actions/cache from 4.1.1 to 4.1.2
2 parents eff7ec8 + 5fe9d02 commit 3d3f3b7

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)