summaryrefslogtreecommitdiff
path: root/.github/workflows/test-mixed-versions.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-05 18:30:09 +0000
committerGitHub <noreply@github.com>2022-08-05 18:30:09 +0000
commit99ca1d6e7d8ad35cbe7c515dd3e7e55891bb2fa3 (patch)
tree65f5fd2d0d462813b8788731501e5ad49566f5d9 /.github/workflows/test-mixed-versions.yaml
parentd0276eb32e8e8e41ee3ae2fabd843a5b7cb07de6 (diff)
downloadrabbitmq-server-git-99ca1d6e7d8ad35cbe7c515dd3e7e55891bb2fa3.tar.gz
Bump actions/cache from 3.0.5 to 3.0.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. - [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.0.5...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/test-mixed-versions.yaml')
-rw-r--r--.github/workflows/test-mixed-versions.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index c3c8bc1c17..81adf3bea1 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -42,7 +42,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
with:
path: "/home/runner/repo-cache/"
key: repo-cache
@@ -91,7 +91,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
with:
path: "/home/runner/repo-cache/"
key: repo-cache