From ff6646b3d71b6878b2f62c6c8e36735bcc18bd11 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Oct 2020 15:15:03 +0000 Subject: [PATCH] Update actions/cache action to v2 --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 025dd93..d33fdec 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,7 @@ jobs: architecture: x64 - name: Cache maven build - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -79,7 +79,7 @@ jobs: architecture: x64 - name: Cache maven build - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}