Skip to content

Commit 5343682

Browse files
Merge pull request #5949 from rabbitmq/dependabot/github_actions/v3.11.x/actions/cache-3.0.9
Bump actions/cache from 3.0.8 to 3.0.9
2 parents 0c1702c + eabc013 commit 5343682

9 files changed

+11
-11
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@v2
1616

1717
- name: Cache Docker layers
18-
uses: actions/[email protected].8
18+
uses: actions/[email protected].9
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
@@ -44,7 +44,7 @@ jobs:
4444
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl
4545
4646
- name: Mount Bazel Cache
47-
uses: actions/[email protected].8
47+
uses: actions/[email protected].9
4848
with:
4949
path: "/home/runner/repo-cache/"
5050
key: repo-cache

.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/[email protected].8
91+
uses: actions/[email protected].9
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/[email protected].8
25+
uses: actions/[email protected].9
2626
with:
2727
path: "/home/runner/repo-cache/"
2828
key: repo-cache

.github/workflows/secondary-umbrella.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
git diff
9797
9898
- name: Mount Bazel Cache
99-
uses: actions/[email protected].8
99+
uses: actions/[email protected].9
100100
with:
101101
path: "/home/runner/repo-cache/"
102102
key: repo-cache-secondary-umbrella

.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@v3
1414
- name: MOUNT BAZEL CACHE
15-
uses: actions/[email protected].8
15+
uses: actions/[email protected].9
1616
with:
1717
path: "/home/runner/repo-cache/"
1818
key: repo-cache

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: CHECKOUT REPOSITORY
4242
uses: actions/checkout@v3
4343
- name: MOUNT BAZEL CACHE
44-
uses: actions/[email protected].8
44+
uses: actions/[email protected].9
4545
with:
4646
path: "/home/runner/repo-cache/"
4747
key: repo-cache
@@ -88,7 +88,7 @@ jobs:
8888
otp-version: ${{ matrix.erlang_version }}
8989
elixir-version: ${{ matrix.elixir_version }}
9090
- name: MOUNT BAZEL CACHE
91-
uses: actions/[email protected].8
91+
uses: actions/[email protected].9
9292
with:
9393
path: "/home/runner/repo-cache/"
9494
key: repo-cache

.github/workflows/test-selenium.yaml

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

4949
- name: Mount Bazel Cache
50-
uses: actions/[email protected].8
50+
uses: actions/[email protected].9
5151
with:
5252
path: "/home/runner/repo-cache/"
5353
key: repo-cache

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: CHECKOUT REPOSITORY
4141
uses: actions/checkout@v3
4242
- name: MOUNT BAZEL CACHE
43-
uses: actions/[email protected].8
43+
uses: actions/[email protected].9
4444
with:
4545
path: "/home/runner/repo-cache/"
4646
key: repo-cache
@@ -90,7 +90,7 @@ jobs:
9090
otp-version: ${{ matrix.erlang_version }}
9191
elixir-version: ${{ matrix.elixir_version }}
9292
- name: MOUNT BAZEL CACHE
93-
uses: actions/[email protected].8
93+
uses: actions/[email protected].9
9494
with:
9595
path: "/home/runner/repo-cache/"
9696
key: repo-cache

0 commit comments

Comments
 (0)