You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/03/28 11:56:50 UTC

[myfaces-master-pom] branch master updated: Bump actions/cache from 2.1.7 to 3 (#51)

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

melloware pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git


The following commit(s) were added to refs/heads/master by this push:
     new 56c750a  Bump actions/cache from 2.1.7 to 3 (#51)
56c750a is described below

commit 56c750aeaf144f15137946df5e5e0dbbb4bb1d3c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 28 07:56:46 2022 -0400

    Bump actions/cache from 2.1.7 to 3 (#51)
    
    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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/myfaces-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index 6627f06..283ed6c 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -44,7 +44,7 @@ jobs:
           distribution: 'temurin'
           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') }}