Skip to content

Commit

Permalink
Merge pull request rabbitmq#7101 from rabbitmq/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/main/actions/cache-3.2.4
  • Loading branch information
michaelklishin authored Jan 30, 2023
2 parents cf52050 + 5fd24e6 commit 31f2dcb
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oci-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Cache Docker layers
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl
- name: Mount Bazel Cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perform-bazel-execution-comparison.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
repository: bazelbuild/bazel
path: bazel
- name: MOUNT BAZEL CACHE
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/.cache/bazel"
key: bazel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq_peer_discovery_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30 # seconds
- name: MOUNT BAZEL CACHE
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secondary-umbrella.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
git diff
- name: Mount Bazel Cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache-secondary-umbrella
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-erlang-git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: MOUNT BAZEL CACHE
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-mixed-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
path: secondary-umbrella
- name: MOUNT BAZEL CACHE
if: env.exists != 'true'
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache-secondary-umbrella
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: MOUNT BAZEL CACHE
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
elixir-version: ${{ matrix.elixir_version }}

- name: Mount Bazel Cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: MOUNT BAZEL CACHE
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down

0 comments on commit 31f2dcb

Please sign in to comment.