From 51f2e7f2f1fa5abf6e5c0862198419dc9f96e008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 17:03:56 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- 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 a07af8d1e57..605ad1d2dce 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 with: path: | ~/.m2/repository diff --git a/.github/workflows/pushes.yml b/.github/workflows/pushes.yml index a47ef7d51a1..df00d1ebbae 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 with: path: | ~/.m2/repository @@ -49,7 +49,7 @@ jobs: needs: linux steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.m2/repository @@ -72,7 +72,7 @@ jobs: needs: [linux] steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.m2/repository @@ -97,7 +97,7 @@ jobs: needs: [linux] steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.m2/repository diff --git a/.github/workflows/troubleshooting.yml b/.github/workflows/troubleshooting.yml index 8065541981d..08c64fba9d3 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 with: path: | ~/.m2/repository