Skip to content

Commit 7b451dd

Browse files
chore: Bump actions/cache from 4.0.1 to 4.0.2 (#188)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f2c088 commit 7b451dd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/dev-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
driver-opts: network=host
5555

5656
- name: Cache Docker layers
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
with:
5959
path: /tmp/.buildx-cache
6060
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -110,7 +110,7 @@ jobs:
110110
uses: docker/setup-buildx-action@v3
111111

112112
- name: Cache Docker layers
113-
uses: actions/[email protected].1
113+
uses: actions/[email protected].2
114114
with:
115115
path: /tmp/.buildx-cache
116116
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/docker-hub-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/setup-buildx-action@v3
5555

5656
- name: Cache Docker layers
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
with:
5959
path: /tmp/.buildx-cache
6060
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/edge-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
driver-opts: network=host
4444

4545
- name: Cache Docker layers
46-
uses: actions/[email protected].1
46+
uses: actions/[email protected].2
4747
with:
4848
path: /tmp/.buildx-cache
4949
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -99,7 +99,7 @@ jobs:
9999
uses: docker/setup-buildx-action@v3
100100

101101
- name: Cache Docker layers
102-
uses: actions/[email protected].1
102+
uses: actions/[email protected].2
103103
with:
104104
path: /tmp/.buildx-cache
105105
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
driver-opts: network=host
4444

4545
- name: Cache Docker layers
46-
uses: actions/[email protected].1
46+
uses: actions/[email protected].2
4747
with:
4848
path: /tmp/.buildx-cache
4949
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -102,7 +102,7 @@ jobs:
102102
uses: docker/setup-buildx-action@v3
103103

104104
- name: Cache Docker layers
105-
uses: actions/[email protected].1
105+
uses: actions/[email protected].2
106106
with:
107107
path: /tmp/.buildx-cache
108108
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)