Skip to content

Commit 3d2ca38

Browse files
Merge pull request #10359 from rabbitmq/dependabot/github_actions/v3.11.x/actions/cache-4.0.0
build(deps): bump actions/cache from 3.3.3 to 4.0.0
2 parents fd19f64 + b419c9e commit 3d2ca38

9 files changed

+10
-10
lines changed

.github/workflows/oci-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/setup-buildx-action@v3
1616

1717
- name: Cache Docker layers
18-
uses: actions/cache@v3.3.3
18+
uses: actions/cache@v4.0.0
1919
with:
2020
path: /tmp/.buildx-cache
2121
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141

4242
- name: Mount Bazel Cache
43-
uses: actions/cache@v3.3.3
43+
uses: actions/cache@v4.0.0
4444
with:
4545
path: "/home/runner/repo-cache/"
4646
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

.github/workflows/perform-bazel-execution-comparison.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
repository: bazelbuild/bazel
8989
path: bazel
9090
- name: MOUNT BAZEL CACHE
91-
uses: actions/cache@v3.3.3
91+
uses: actions/cache@v4.0.0
9292
with:
9393
path: "/home/runner/.cache/bazel"
9494
key: bazel

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
wait-interval: 30 # seconds
2424
- name: MOUNT BAZEL CACHE
25-
uses: actions/cache@v3.3.3
25+
uses: actions/cache@v4.0.0
2626
with:
2727
path: "/home/runner/repo-cache/"
2828
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
elixir-version: ${{ matrix.elixir_version }}
5252

5353
- name: Mount Bazel Cache
54-
uses: actions/cache@v3.3.3
54+
uses: actions/cache@v4.0.0
5555
with:
5656
path: "/home/runner/repo-cache/"
5757
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

.github/workflows/test-erlang-git.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: CHECKOUT REPOSITORY
1313
uses: actions/checkout@v4
1414
- name: MOUNT BAZEL CACHE
15-
uses: actions/cache@v3.3.3
15+
uses: actions/cache@v4.0.0
1616
with:
1717
path: "/home/runner/repo-cache/"
1818
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

.github/workflows/test-mixed-versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: secondary-umbrella
7272
- name: MOUNT BAZEL CACHE
7373
if: env.exists != 'true'
74-
uses: actions/cache@v3.3.3
74+
uses: actions/cache@v4.0.0
7575
with:
7676
path: "/home/runner/repo-cache/"
7777
key: repo-cache-secondary-umbrella-${{ hashFiles('primary-umbrella/MODULE.bazel','primary-umbrella/WORKSPACE','primary-umbrella/bazel/bzlmod/secondary_umbrella.bzl') }}
@@ -135,7 +135,7 @@ jobs:
135135
- name: CHECKOUT REPOSITORY
136136
uses: actions/checkout@v4
137137
- name: MOUNT BAZEL CACHE
138-
uses: actions/cache@v3.3.3
138+
uses: actions/cache@v4.0.0
139139
with:
140140
path: "/home/runner/repo-cache/"
141141
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

.github/workflows/test-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
elixir-version: ${{ matrix.elixir_version }}
5151

5252
- name: Mount Bazel Cache
53-
uses: actions/cache@v3.3.3
53+
uses: actions/cache@v4.0.0
5454
with:
5555
path: "/home/runner/repo-cache/"
5656
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: CHECKOUT REPOSITORY
4242
uses: actions/checkout@v4
4343
- name: MOUNT BAZEL CACHE
44-
uses: actions/cache@v3.3.3
44+
uses: actions/cache@v4.0.0
4545
with:
4646
path: "/home/runner/repo-cache/"
4747
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

0 commit comments

Comments
 (0)