Skip to content

Commit 0be0269

Browse files
authored
Merge pull request #125 from hvalev/dependabot/github_actions/actions/cache-4.1.0
Bump actions/cache from 4.0.2 to 4.1.0
2 parents 2d3a692 + 45cad53 commit 0be0269

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/cache@v4.0.2
27+
uses: actions/cache@v4.1.0
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/cache@v4.0.2
27+
uses: actions/cache@v4.1.0
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)