Skip to content

Commit 52f0301

Browse files
Bump actions/cache from 3 to 4 (#2774)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fcbc88 commit 52f0301

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/workflows/admin.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache: false
4141

4242
- name: Enable Go build cache
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.cache/go-build
4646
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
@@ -49,7 +49,7 @@ jobs:
4949
${{ runner.os }}-go-build-
5050
5151
- name: Enable Go modules cache
52-
uses: actions/cache@v3
52+
uses: actions/cache@v4
5353
with:
5454
path: ~/go/pkg/mod
5555
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
@@ -104,7 +104,7 @@ jobs:
104104
cache: false
105105

106106
- name: Enable Go build cache
107-
uses: actions/cache@v3
107+
uses: actions/cache@v4
108108
with:
109109
path: ~/.cache/go-build
110110
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
@@ -113,7 +113,7 @@ jobs:
113113
${{ runner.os }}-go-build-
114114
115115
- name: Enable Go modules cache
116-
uses: actions/cache@v3
116+
uses: actions/cache@v4
117117
with:
118118
path: ~/go/pkg/mod
119119
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}

.github/workflows/agent.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
cache: false
7373

7474
- name: Enable Go build cache
75-
uses: actions/cache@v3
75+
uses: actions/cache@v4
7676
with:
7777
path: ~/.cache/go-build
7878
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
@@ -81,7 +81,7 @@ jobs:
8181
${{ runner.os }}-go-build-
8282
8383
- name: Enable Go modules cache
84-
uses: actions/cache@v3
84+
uses: actions/cache@v4
8585
with:
8686
path: ~/go/pkg/mod
8787
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}

.github/workflows/clean.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
lfs: true
5858

5959
- name: Enable Go modules cache
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: ~/go/pkg/mod
6363
key: ${{ matrix.os }}-go-${{ matrix.go.version }}-modules-${{ hashFiles('**/go.sum') }}
6464
restore-keys: |
6565
${{ matrix.os }}-go-${{ matrix.go.version }}-modules-
6666
- name: Enable Go build cache
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
with:
6969
path: ~/.cache/go-build
7070
key: ${{ matrix.os }}-go-${{ matrix.go.version }}-build-${{ github.ref }}-${{ hashFiles('**') }}

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: false
2929

3030
- name: Enable Go build cache
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: ~/.cache/go-build
3434
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
@@ -37,7 +37,7 @@ jobs:
3737
${{ runner.os }}-go-build-
3838
3939
- name: Enable Go modules cache
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}

.github/workflows/managed.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Enable Go build cache
4242
if: ${{ fromJSON(env.DEVCONTAINER_CACHE_ENABLED) }}
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.cache/go-build
4646
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Enable Go modules cache
5252
if: ${{ fromJSON(env.DEVCONTAINER_CACHE_ENABLED) }}
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: ~/go/pkg/mod
5656
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}

.github/workflows/qan-api2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: false
4242

4343
- name: Enable Go build cache
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: ~/.cache/go-build
4747
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-go-build-
5151
5252
- name: Enable Go modules cache
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: ~/go/pkg/mod
5656
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}

.github/workflows/vmproxy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: false
4242

4343
- name: Enable Go build cache
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: ~/.cache/go-build
4747
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-go-build-
5151
5252
- name: Enable Go modules cache
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: ~/go/pkg/mod
5656
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)