Skip to content

Commit 7e9ac6f

Browse files
Merge pull request #9351 from rabbitmq/dependabot/github_actions/main/actions/cache-3.3.2
build(deps): bump actions/cache from 3.3.1 to 3.3.2
2 parents c738e4e + 0db9a2f commit 7e9ac6f

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
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v4
5858

5959
- name: Mount Bazel Cache
60-
uses: actions/[email protected].1
60+
uses: actions/[email protected].2
6161
with:
6262
path: "/home/runner/repo-cache/"
6363
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
@@ -22,7 +22,7 @@ jobs:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
wait-interval: 30 # seconds
2424
- name: MOUNT BAZEL CACHE
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
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/[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-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') }}
@@ -136,7 +136,7 @@ jobs:
136136
- name: CHECKOUT REPOSITORY
137137
uses: actions/checkout@v4
138138
- name: MOUNT BAZEL CACHE
139-
uses: actions/[email protected].1
139+
uses: actions/[email protected].2
140140
with:
141141
path: "/home/runner/repo-cache/"
142142
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)