Skip to content

Commit 74a9c90

Browse files
Merge pull request #5977 from rabbitmq/dependabot/github_actions/v3.9.x/actions/cache-3.0.10
2 parents 3b5602b + 5caa627 commit 74a9c90

8 files changed

+12
-12
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].9
18+
uses: actions/[email protected].10
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838

3939
- name: Mount Bazel Cache
40-
uses: actions/[email protected].9
40+
uses: actions/[email protected].10
4141
with:
4242
path: "/home/runner/repo-cache/"
4343
key: repo-cache
@@ -87,7 +87,7 @@ jobs:
8787
uses: docker/setup-buildx-action@v2
8888

8989
- name: Cache Docker layers
90-
uses: actions/[email protected].9
90+
uses: actions/[email protected].10
9191
with:
9292
path: /tmp/.buildx-cache
9393
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}
@@ -166,7 +166,7 @@ jobs:
166166
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl
167167
168168
- name: Mount Bazel Cache
169-
uses: actions/[email protected].9
169+
uses: actions/[email protected].10
170170
with:
171171
path: "/home/runner/repo-cache/"
172172
key: repo-cache

.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].9
90+
uses: actions/[email protected].10
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].9
25+
uses: actions/[email protected].10
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
@@ -35,7 +35,7 @@ jobs:
3535
git diff
3636
3737
- name: Mount Bazel Cache
38-
uses: actions/[email protected].9
38+
uses: actions/[email protected].10
3939
with:
4040
path: "/home/runner/repo-cache/"
4141
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].9
15+
uses: actions/[email protected].10
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
@@ -36,7 +36,7 @@ jobs:
3636
- name: CHECKOUT REPOSITORY
3737
uses: actions/checkout@v3
3838
- name: MOUNT BAZEL CACHE
39-
uses: actions/[email protected].9
39+
uses: actions/[email protected].10
4040
with:
4141
path: "/home/runner/repo-cache/"
4242
key: repo-cache
@@ -83,7 +83,7 @@ jobs:
8383
otp-version: ${{ matrix.erlang_version }}
8484
elixir-version: ${{ matrix.elixir_version }}
8585
- name: MOUNT BAZEL CACHE
86-
uses: actions/[email protected].9
86+
uses: actions/[email protected].10
8787
with:
8888
path: "/home/runner/repo-cache/"
8989
key: repo-cache

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: CHECKOUT REPOSITORY
3737
uses: actions/checkout@v3
3838
- name: MOUNT BAZEL CACHE
39-
uses: actions/[email protected].9
39+
uses: actions/[email protected].10
4040
with:
4141
path: "/home/runner/repo-cache/"
4242
key: repo-cache
@@ -86,7 +86,7 @@ jobs:
8686
otp-version: ${{ matrix.erlang_version }}
8787
elixir-version: ${{ matrix.elixir_version }}
8888
- name: MOUNT BAZEL CACHE
89-
uses: actions/[email protected].9
89+
uses: actions/[email protected].10
9090
with:
9191
path: "/home/runner/repo-cache/"
9292
key: repo-cache

0 commit comments

Comments
 (0)