Skip to content

Commit 85d62e7

Browse files
authored
Update actions/cache to v4.2.2
1 parent 3728051 commit 85d62e7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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/cache@v4.0.2
57+
uses: actions/cache@v4.2.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/cache@v4.0.2
113+
uses: actions/cache@v4.2.2
114114
with:
115115
path: /tmp/.buildx-cache
116116
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/cache@v4.0.2
46+
uses: actions/cache@v4.2.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/cache@v4.0.2
102+
uses: actions/cache@v4.2.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/cache@v4.0.2
46+
uses: actions/cache@v4.2.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/cache@v4.0.2
105+
uses: actions/cache@v4.2.2
106106
with:
107107
path: /tmp/.buildx-cache
108108
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)