From 3458c8f2b812a605e15db99c88cd0d000d679ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:14:15 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [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/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-requests.yml | 2 +- .github/workflows/pushes.yml | 8 ++++---- .github/workflows/troubleshooting.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 169f000a802..575c0028415 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/.m2/repository diff --git a/.github/workflows/pushes.yml b/.github/workflows/pushes.yml index d713ae5a218..e20009cbd4e 100644 --- a/.github/workflows/pushes.yml +++ b/.github/workflows/pushes.yml @@ -15,7 +15,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/.m2/repository @@ -49,7 +49,7 @@ jobs: needs: linux steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/.m2/repository @@ -72,7 +72,7 @@ jobs: needs: [linux] steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/.m2/repository @@ -97,7 +97,7 @@ jobs: needs: [linux] steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/.m2/repository diff --git a/.github/workflows/troubleshooting.yml b/.github/workflows/troubleshooting.yml index dd79aa8c3ea..9608e1ba7c7 100644 --- a/.github/workflows/troubleshooting.yml +++ b/.github/workflows/troubleshooting.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/.m2/repository