diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-09 19:00:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 19:00:18 +0000 |
commit | 123cdfb0dc9ebe44333156ff60258c074196512a (patch) | |
tree | d1969fa5c49914e9f5d979baffa9b1972f3d2f07 /.github/workflows/test-mixed-versions.yaml | |
parent | de1ef720ab73c80d0eafcc9c6b98e232d4d7287b (diff) | |
download | rabbitmq-server-git-123cdfb0dc9ebe44333156ff60258c074196512a.tar.gz |
Bump actions/cache from 3.2.6 to 3.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0.
- [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.6...v3.3.0)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
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.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml index 4571e5406f..dd5a2bbe41 100644 --- a/.github/workflows/test-mixed-versions.yaml +++ b/.github/workflows/test-mixed-versions.yaml @@ -70,7 +70,7 @@ jobs: path: secondary-umbrella - name: MOUNT BAZEL CACHE if: env.exists != 'true' - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: "/home/runner/repo-cache/" key: repo-cache-secondary-umbrella @@ -132,7 +132,7 @@ jobs: - name: CHECKOUT REPOSITORY uses: actions/checkout@v3 - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: "/home/runner/repo-cache/" key: repo-cache @@ -180,7 +180,7 @@ jobs: otp-version: ${{ matrix.erlang_version }} elixir-version: ${{ matrix.elixir_version }} - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: "/home/runner/repo-cache/" key: repo-cache |