From 592e64a6a3be180d307416012c16815c70c36803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 07:00:27 +0000 Subject: [PATCH] chore(deps): bump actions/cache from v2 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/prepare-release.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccd26c3..eeb6fd2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: with: java-version: 1.8 - name: Cache Maven packages - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 65f6e06..8aa0063 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -21,7 +21,7 @@ jobs: with: java-version: 1.8 - name: Cache Maven packages - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 97fd958..8695b44 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: with: java-version: 1.8 - name: Cache Maven packages - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}