Skip to content

Commit

Permalink
Bump actions/cache from 3.0.8 to 3.0.9
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2022
1 parent 2cae8aa commit 261800e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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/[email protected].8
uses: actions/[email protected].9
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/[email protected].8
uses: actions/[email protected].9
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/[email protected].8
uses: actions/[email protected].9
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/[email protected].8
uses: actions/[email protected].9
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 @@ -114,7 +114,7 @@ jobs:
git diff
- name: Mount Bazel Cache
uses: actions/[email protected].8
uses: actions/[email protected].9
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/[email protected].8
uses: actions/[email protected].9
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-mixed-versions.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/[email protected].8
uses: actions/[email protected].9
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
uses: actions/[email protected].8
uses: actions/[email protected].9
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/[email protected].8
uses: actions/[email protected].9
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 @@ -40,7 +40,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: MOUNT BAZEL CACHE
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
path: "/home/runner/repo-cache/"
key: repo-cache
Expand Down

0 comments on commit 261800e

Please sign in to comment.