From 4ef07a5b9bc97de9442d5c8a65dba90c8b524291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 07:04:06 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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.1.6...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_request.yml | 6 +++--- .github/workflows/snapshot_release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index febe9bf53af9..9065d43e2057 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -48,7 +48,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Restore dependency cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -111,7 +111,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Restore dependency cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -143,7 +143,7 @@ jobs: sudo apt-get install microsoft-edge-dev - name: Restore Tests dependency cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.11 with: path: | ~/cache diff --git a/.github/workflows/snapshot_release.yml b/.github/workflows/snapshot_release.yml index a5cd1fee0576..1e24173ed7e3 100644 --- a/.github/workflows/snapshot_release.yml +++ b/.github/workflows/snapshot_release.yml @@ -37,7 +37,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Restore dependency cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -69,7 +69,7 @@ jobs: sudo apt-get install microsoft-edge-dev - name: Restore Tests dependency cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.11 with: path: | ~/cache @@ -135,7 +135,7 @@ jobs: fetch-depth: 0 # This is wasteful, but needed for git describe - name: Restore dependency cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}