You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/06/03 13:29:24 UTC

[maven-jlink-plugin] 01/03: Bump actions/cache from 2.1.5 to 2.1.6

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 955d9c3120bc8983b1dfc46760057ea68a02fd7b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jun 3 15:25:31 2021 +0200

    Bump actions/cache from 2.1.5 to 2.1.6
---
 .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 b0915e2..278c3fc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
         uses: actions/checkout@v2.3.4
 
       - name: Set up cache for ~./m2/repository
-        uses: actions/cache@v2.1.5
+        uses: actions/cache@v2.1.6
         with:
           path: ~/.m2/repository
           key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}