Skip to content

Commit 6fc6bca

Browse files
chore(deps): bump actions/cache from 2 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4323ee commit 6fc6bca

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.github/workflows/auto-build-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: docker/setup-buildx-action@v1
3333

34-
- uses: actions/cache@v2
34+
- uses: actions/cache@v5
3535
with:
3636
path: /tmp/.buildx-cache
3737
key: ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}

.github/workflows/backend-cli-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: cache etcd
3636
id: cache-etcd
37-
uses: actions/cache@v2
37+
uses: actions/cache@v5
3838
with:
3939
path: |
4040
${{ github.workspace }}/api/etcd-v${{ matrix.etcd }}-linux-amd64

.github/workflows/backend-e2e-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version: "1.13"
3030
submodules: recursive
3131

32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v5
3333
with:
3434
path: |
3535
~/.cache/go-build
@@ -40,7 +40,7 @@ jobs:
4040
4141
- uses: docker/setup-buildx-action@v1
4242

43-
- uses: actions/cache@v2
43+
- uses: actions/cache@v5
4444
with:
4545
path: /tmp/.buildx-cache
4646
key: ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}
@@ -149,7 +149,7 @@ jobs:
149149

150150
- uses: docker/setup-buildx-action@v1
151151

152-
- uses: actions/cache@v2
152+
- uses: actions/cache@v5
153153
with:
154154
path: /tmp/.buildx-cache
155155
key: ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}

.github/workflows/backend-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
go-version: "1.13"
3535

36-
- uses: actions/cache@v2
36+
- uses: actions/cache@v5
3737
with:
3838
path: |
3939
~/.cache/go-build

.github/workflows/deploy-with-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: docker/setup-buildx-action@v1
2929

30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v5
3131
with:
3232
path: /tmp/.buildx-cache
3333
key: ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}

.github/workflows/frontend-e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
go-version: '1.13'
5555

56-
- uses: actions/cache@v2
56+
- uses: actions/cache@v5
5757
with:
5858
path: |
5959
~/.cache/go-build
@@ -69,7 +69,7 @@ jobs:
6969
nohup go run ./main.go &
7070
7171
- name: Cache Cypress binary
72-
uses: actions/cache@v2.1.6
72+
uses: actions/cache@v5
7373
id: cypress-binary-cache
7474
with:
7575
path: '*/cypress/cache'

.github/workflows/frontend-plugin-e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
go-version: '1.13'
5353

54-
- uses: actions/cache@v2
54+
- uses: actions/cache@v5
5555
with:
5656
path: |
5757
~/.cache/go-build
@@ -71,7 +71,7 @@ jobs:
7171
nohup go run ./main.go &
7272
7373
- name: Cache Cypress binary
74-
uses: actions/cache@v2.1.6
74+
uses: actions/cache@v5
7575
id: cypress-binary-cache
7676
with:
7777
path: '*/cypress/cache'

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
go-version: '1.13'
3737

38-
- uses: actions/cache@v2
38+
- uses: actions/cache@v5
3939
with:
4040
path: |
4141
~/.cache/go-build

.github/workflows/make-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
go-version: '1.13'
5252

53-
- uses: actions/cache@v2
53+
- uses: actions/cache@v5
5454
with:
5555
path: |
5656
~/.cache/go-build

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
go-version: '1.13'
4949

50-
- uses: actions/cache@v2
50+
- uses: actions/cache@v5
5151
with:
5252
path: |
5353
~/.cache/go-build

0 commit comments

Comments
 (0)