Skip to content

Commit 1e692b7

Browse files
Merge pull request #10322 from rabbitmq/dependabot/github_actions/main/actions/cache-3.3.3
build(deps): bump actions/cache from 3.3.2 to 3.3.3
2 parents 4be40ca + dd3fb30 commit 1e692b7

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].2
28+
uses: actions/[email protected].3
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].2
45+
uses: actions/[email protected].3
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].2
90+
uses: actions/[email protected].3
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].2
33+
uses: actions/[email protected].3
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].2
57+
uses: actions/[email protected].3
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].2
15+
uses: actions/[email protected].3
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].2
75+
uses: actions/[email protected].3
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') }}
@@ -139,7 +139,7 @@ jobs:
139139
- name: CHECKOUT REPOSITORY
140140
uses: actions/checkout@v4
141141
- name: MOUNT BAZEL CACHE
142-
uses: actions/[email protected].2
142+
uses: actions/[email protected].3
143143
with:
144144
path: "/home/runner/repo-cache/"
145145
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].2
54+
uses: actions/[email protected].3
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].2
45+
uses: actions/[email protected].3
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)