This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
commit bcda89259390841ee88cdb9832ab50792c759285 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Dec 20 01:30:37 2020 +0100 Bump actions/cache from v2.1.1 to v2.1.3 --- .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 81aa87b..7865ba8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v2 - name: Set up cache for ~./m2/repository - uses: actions/[email protected] + uses: actions/[email protected] with: path: ~/.m2/repository key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
