Skip to content

Commit 8306496

Browse files
Bump actions/cache from 3.2.5 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54d19ff commit 8306496

8 files changed

+13
-13
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].5
18+
uses: actions/[email protected].6
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].5
40+
uses: actions/[email protected].6
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].5
90+
uses: actions/[email protected].6
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].5
169+
uses: actions/[email protected].6
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].5
90+
uses: actions/[email protected].6
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
@@ -23,7 +23,7 @@ jobs:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
wait-interval: 30 # seconds
2525
- name: MOUNT BAZEL CACHE
26-
uses: actions/[email protected].5
26+
uses: actions/[email protected].6
2727
with:
2828
path: "/home/runner/repo-cache/"
2929
key: repo-cache

.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].5
15+
uses: actions/[email protected].6
1616
with:
1717
path: "/home/runner/repo-cache/"
1818
key: repo-cache

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: secondary-umbrella
6666
- name: MOUNT BAZEL CACHE
6767
if: env.exists != 'true'
68-
uses: actions/[email protected].5
68+
uses: actions/[email protected].6
6969
with:
7070
path: "/home/runner/repo-cache/"
7171
key: repo-cache-secondary-umbrella
@@ -127,7 +127,7 @@ jobs:
127127
- name: CHECKOUT REPOSITORY
128128
uses: actions/checkout@v3
129129
- name: MOUNT BAZEL CACHE
130-
uses: actions/[email protected].5
130+
uses: actions/[email protected].6
131131
with:
132132
path: "/home/runner/repo-cache/"
133133
key: repo-cache
@@ -175,7 +175,7 @@ jobs:
175175
otp-version: ${{ matrix.erlang_version }}
176176
elixir-version: ${{ matrix.elixir_version }}
177177
- name: MOUNT BAZEL CACHE
178-
uses: actions/[email protected].5
178+
uses: actions/[email protected].6
179179
with:
180180
path: "/home/runner/repo-cache/"
181181
key: repo-cache

.github/workflows/test-selenium.yaml

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

5050
- name: Mount Bazel Cache
51-
uses: actions/[email protected].3
51+
uses: actions/[email protected].6
5252
with:
5353
path: "/home/runner/repo-cache/"
5454
key: repo-cache

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: CHECKOUT REPOSITORY
3838
uses: actions/checkout@v3
3939
- name: MOUNT BAZEL CACHE
40-
uses: actions/[email protected].5
40+
uses: actions/[email protected].6
4141
with:
4242
path: "/home/runner/repo-cache/"
4343
key: repo-cache
@@ -89,7 +89,7 @@ jobs:
8989
otp-version: ${{ matrix.erlang_version }}
9090
elixir-version: ${{ matrix.elixir_version }}
9191
- name: MOUNT BAZEL CACHE
92-
uses: actions/[email protected].5
92+
uses: actions/[email protected].6
9393
with:
9494
path: "/home/runner/repo-cache/"
9595
key: repo-cache

0 commit comments

Comments
 (0)