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/02 09:04:32 UTC

[maven-artifact-transfer] branch master updated: 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-artifact-transfer.git


The following commit(s) were added to refs/heads/master by this push:
     new 920f8a8  Bump actions/cache from 2.1.5 to 2.1.6
920f8a8 is described below

commit 920f8a8e3cf19d5de41e0010a4c4c3a93d2dea0b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Jun 2 11:04:23 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 cf00a6b..9eaa3a5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,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 }}-${{ hashFiles('**/pom.xml') }}