Bump actions/cache from 3.2.2 to 3.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e63f5b5270
commit
99d149ab60
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||||
|
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}
|
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
- name: Mount Bazel Cache
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache
|
key: repo-cache
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
repository: bazelbuild/bazel
|
repository: bazelbuild/bazel
|
||||||
path: bazel
|
path: bazel
|
||||||
- name: MOUNT BAZEL CACHE
|
- name: MOUNT BAZEL CACHE
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/.cache/bazel"
|
path: "/home/runner/.cache/bazel"
|
||||||
key: bazel
|
key: bazel
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
wait-interval: 30 # seconds
|
wait-interval: 30 # seconds
|
||||||
- name: MOUNT BAZEL CACHE
|
- name: MOUNT BAZEL CACHE
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache
|
key: repo-cache
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
git diff
|
git diff
|
||||||
|
|
||||||
- name: Mount Bazel Cache
|
- name: Mount Bazel Cache
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache-secondary-umbrella
|
key: repo-cache-secondary-umbrella
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: CHECKOUT REPOSITORY
|
- name: CHECKOUT REPOSITORY
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: MOUNT BAZEL CACHE
|
- name: MOUNT BAZEL CACHE
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache
|
key: repo-cache
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
path: secondary-umbrella
|
path: secondary-umbrella
|
||||||
- name: MOUNT BAZEL CACHE
|
- name: MOUNT BAZEL CACHE
|
||||||
if: env.exists != 'true'
|
if: env.exists != 'true'
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache-secondary-umbrella
|
key: repo-cache-secondary-umbrella
|
||||||
|
|
@ -132,7 +132,7 @@ jobs:
|
||||||
- name: CHECKOUT REPOSITORY
|
- name: CHECKOUT REPOSITORY
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: MOUNT BAZEL CACHE
|
- name: MOUNT BAZEL CACHE
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache
|
key: repo-cache
|
||||||
|
|
@ -180,7 +180,7 @@ jobs:
|
||||||
otp-version: ${{ matrix.erlang_version }}
|
otp-version: ${{ matrix.erlang_version }}
|
||||||
elixir-version: ${{ matrix.elixir_version }}
|
elixir-version: ${{ matrix.elixir_version }}
|
||||||
- name: MOUNT BAZEL CACHE
|
- name: MOUNT BAZEL CACHE
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache
|
key: repo-cache
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
elixir-version: ${{ matrix.elixir_version }}
|
elixir-version: ${{ matrix.elixir_version }}
|
||||||
|
|
||||||
- name: Mount Bazel Cache
|
- name: Mount Bazel Cache
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache
|
key: repo-cache
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: CHECKOUT REPOSITORY
|
- name: CHECKOUT REPOSITORY
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: MOUNT BAZEL CACHE
|
- name: MOUNT BAZEL CACHE
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache
|
key: repo-cache
|
||||||
|
|
@ -93,7 +93,7 @@ jobs:
|
||||||
otp-version: ${{ matrix.erlang_version }}
|
otp-version: ${{ matrix.erlang_version }}
|
||||||
elixir-version: ${{ matrix.elixir_version }}
|
elixir-version: ${{ matrix.elixir_version }}
|
||||||
- name: MOUNT BAZEL CACHE
|
- name: MOUNT BAZEL CACHE
|
||||||
uses: actions/cache@v3.2.2
|
uses: actions/cache@v3.2.3
|
||||||
with:
|
with:
|
||||||
path: "/home/runner/repo-cache/"
|
path: "/home/runner/repo-cache/"
|
||||||
key: repo-cache
|
key: repo-cache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue