You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/03/22 13:16:45 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump actions/cache from 2.1.7 to 3

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new e42bee6  build(deps): bump actions/cache from 2.1.7 to 3
e42bee6 is described below

commit e42bee6524a67f481319055e306b445ebadd43c7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 21 16:26:02 2022 +0000

    build(deps): bump actions/cache from 2.1.7 to 3
    
    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/tobago-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tobago-ci.yml b/.github/workflows/tobago-ci.yml
index 52a3454..f5846ef 100644
--- a/.github/workflows/tobago-ci.yml
+++ b/.github/workflows/tobago-ci.yml
@@ -40,7 +40,7 @@ jobs:
         distribution: 'zulu'
         java-version: '8'
     - name: Cache Maven packages
-      uses: actions/cache@v2.1.7
+      uses: actions/cache@v3
       with:
         path: ~/.m2
         key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}