From f42a902af7f7d262b68840b31d51dd8fa3fa59a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 11:31:52 +0000 Subject: [PATCH] build(deps): bump actions/cache from v1 to v2.1.1 Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...5ca27f25cb3a0babe750cad7e4fddd3e55f29e9a) Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d573da07c..e9d9aa941 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: uses: joschi/setup-jdk@v1 with: java-version: ${{ matrix.java_version }} - - uses: actions/cache@v1 + - uses: actions/cache@v2.1.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}