Skip to content

Commit d4c046b

Browse files
authored
Merge pull request #4382 from rabbitmq/dependabot/github_actions/actions/cache-3.0.1
Bump actions/cache from 1 to 3.0.1
2 parents 4d30fb1 + 9fc53ab commit d4c046b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/oci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
elixir-version: ${{ steps.load-info.outputs.elixir }}
5050

5151
- name: MOUNT BAZEL CACHE
52-
uses: actions/cache@v1
52+
uses: actions/cache@v3.0.1
5353
with:
5454
path: "/home/runner/repo-cache/"
5555
key: repo-cache
@@ -96,7 +96,7 @@ jobs:
9696
uses: docker/setup-buildx-action@v1
9797

9898
- name: Cache Docker layers
99-
uses: actions/cache@v2
99+
uses: actions/cache@v3.0.1
100100
with:
101101
path: /tmp/.buildx-cache
102102
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.sha }}

.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/cache@v2
90+
uses: actions/cache@v3.0.1
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
@@ -34,7 +34,7 @@ jobs:
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
3535
wait-interval: 30 # seconds
3636
- name: MOUNT BAZEL CACHE
37-
uses: actions/cache@v1
37+
uses: actions/cache@v3.0.1
3838
with:
3939
path: "/home/runner/repo-cache/"
4040
key: repo-cache

.github/workflows/test-erlang-git.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
"dict_set exec_properties container-image:docker://${IMAGE}@${DIGEST}" \
2626
//:erlang_git_platform
2727
- name: MOUNT BAZEL CACHE
28-
uses: actions/cache@v1
28+
uses: actions/cache@v3.0.1
2929
with:
3030
path: "/home/runner/repo-cache/"
3131
key: repo-cache

.github/workflows/test-mixed-versions.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/cache@v1
40+
uses: actions/cache@v3.0.1
4141
with:
4242
path: "/home/runner/repo-cache/"
4343
key: repo-cache
@@ -84,7 +84,7 @@ jobs:
8484
otp-version: ${{ matrix.erlang_version }}
8585
elixir-version: 1.11.4
8686
- name: MOUNT BAZEL CACHE
87-
uses: actions/cache@v1
87+
uses: actions/cache@v3.0.1
8888
with:
8989
path: "/home/runner/repo-cache/"
9090
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/cache@v1
40+
uses: actions/cache@v3.0.1
4141
with:
4242
path: "/home/runner/repo-cache/"
4343
key: repo-cache
@@ -87,7 +87,7 @@ jobs:
8787
otp-version: ${{ matrix.erlang_version }}
8888
elixir-version: 1.11.4
8989
- name: MOUNT BAZEL CACHE
90-
uses: actions/cache@v1
90+
uses: actions/cache@v3.0.1
9191
with:
9292
path: "/home/runner/repo-cache/"
9393
key: repo-cache

0 commit comments

Comments
 (0)