Skip to content

Commit eb436df

Browse files
Merge pull request #10793 from rabbitmq/dependabot/github_actions/main/actions/cache-4.0.2
Bump actions/cache from 4.0.1 to 4.0.2
2 parents 8cd29a1 + 9463d05 commit eb436df

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
@@ -25,7 +25,7 @@ jobs:
2525
run: echo ${{ steps.buildx.outputs.platforms }}
2626

2727
- name: Cache Docker layers
28-
uses: actions/[email protected].1
28+
uses: actions/[email protected].2
2929
with:
3030
path: /tmp/.buildx-cache
3131
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
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343

4444
- name: Mount Bazel Cache
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
4646
with:
4747
path: "/home/runner/repo-cache/"
4848
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
@@ -87,7 +87,7 @@ jobs:
8787
repository: bazelbuild/bazel
8888
path: bazel
8989
- name: MOUNT BAZEL CACHE
90-
uses: actions/[email protected].1
90+
uses: actions/[email protected].2
9191
with:
9292
path: "/home/runner/.cache/bazel"
9393
key: bazel

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
wait-interval: 30 # seconds
3232
- name: MOUNT BAZEL CACHE
33-
uses: actions/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
path: "/home/runner/repo-cache/"
3636
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
@@ -54,7 +54,7 @@ jobs:
5454
elixir-version: ${{ matrix.elixir_version }}
5555

5656
- name: Mount Bazel Cache
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
with:
5959
path: "/home/runner/repo-cache/"
6060
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/[email protected].1
15+
uses: actions/[email protected].2
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
@@ -72,7 +72,7 @@ jobs:
7272
path: secondary-umbrella
7373
- name: MOUNT BAZEL CACHE
7474
if: env.exists != 'true'
75-
uses: actions/[email protected].1
75+
uses: actions/[email protected].2
7676
with:
7777
path: "/home/runner/repo-cache/"
7878
key: repo-cache-secondary-umbrella-${{ hashFiles('primary-umbrella/MODULE.bazel','primary-umbrella/WORKSPACE','primary-umbrella/bazel/bzlmod/secondary_umbrella.bzl') }}
@@ -140,7 +140,7 @@ jobs:
140140
- name: CHECKOUT REPOSITORY
141141
uses: actions/checkout@v4
142142
- name: MOUNT BAZEL CACHE
143-
uses: actions/[email protected].1
143+
uses: actions/[email protected].2
144144
with:
145145
path: "/home/runner/repo-cache/"
146146
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
@@ -51,7 +51,7 @@ jobs:
5151
elixir-version: ${{ matrix.elixir_version }}
5252

5353
- name: Mount Bazel Cache
54-
uses: actions/[email protected].1
54+
uses: actions/[email protected].2
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.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: CHECKOUT REPOSITORY
4343
uses: actions/checkout@v4
4444
- name: MOUNT BAZEL CACHE
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
4646
with:
4747
path: "/home/runner/repo-cache/"
4848
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}

0 commit comments

Comments
 (0)