You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/13 05:58:28 UTC

[isis] branch master updated: Bump actions/cache from v2.1.4 to v2.1.5

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a1cef39  Bump actions/cache from v2.1.4 to v2.1.5
a1cef39 is described below

commit a1cef397e4339309e994d1b1da432791c6af153a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 13 05:57:11 2021 +0000

    Bump actions/cache from v2.1.4 to v2.1.5
    
    Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 6bf2a19..3c7ee02 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -40,7 +40,7 @@ jobs:
       run: mvn --version
       
     - name: Activate Cache for Maven Downloads
-      uses: actions/cache@v2.1.4
+      uses: actions/cache@v2.1.5
       env:
         # change the cache-name if we want to rebuild the cache
         # currently there is no concept of cache clearing