Skip to content

Commit d0c1af9

Browse files
Bump actions/cache from 3 to 4 (#2536)
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 d73c347 commit d0c1af9

11 files changed

+11
-11
lines changed

.github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
go-version: "~1.21.1"
4040

41-
- uses: actions/cache@v3
41+
- uses: actions/cache@v4
4242
with:
4343
path: |
4444
/home/runner/.cache/golangci-lint

.github/workflows/publish-autoinstrumentation-apache-httpd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/setup-buildx-action@v3
4343

4444
- name: Cache Docker layers
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: /tmp/.buildx-cache
4848
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/publish-autoinstrumentation-dotnet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-buildx-action@v3
4545

4646
- name: Cache Docker layers
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: /tmp/.buildx-cache
5050
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/publish-autoinstrumentation-java.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-buildx-action@v3
4646

4747
- name: Cache Docker layers
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: /tmp/.buildx-cache
5151
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/publish-autoinstrumentation-nodejs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-buildx-action@v3
4646

4747
- name: Cache Docker layers
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: /tmp/.buildx-cache
5151
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/publish-autoinstrumentation-python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-buildx-action@v3
4646

4747
- name: Cache Docker layers
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: /tmp/.buildx-cache
5151
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/publish-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: docker/setup-buildx-action@v3
7171

7272
- name: Cache Docker layers
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
path: /tmp/.buildx-cache
7676
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/publish-operator-bundle.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-buildx-action@v3
4545

4646
- name: Cache Docker layers
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: /tmp/.buildx-cache
5050
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/publish-operator-opamp-bridge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/setup-buildx-action@v3
6060

6161
- name: Cache Docker layers
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
with:
6464
path: /tmp/.buildx-cache
6565
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/publish-target-allocator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/setup-buildx-action@v3
6060

6161
- name: Cache Docker layers
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
with:
6464
path: /tmp/.buildx-cache
6565
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/reusable-publish-autoinstrumentation-e2e-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434

3535
- name: Cache Docker layers
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: /tmp/.buildx-cache
3939
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)