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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 64136ffe96 Bump actions/cache from 2 to 3 (#1785)
64136ffe96 is described below

commit 64136ffe963ece0612133015111aba8edf860ee5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 27 20:05:55 2023 +0000

    Bump actions/cache from 2 to 3 (#1785)
---
 .github/workflows/release-scripts.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-scripts.yml 
b/.github/workflows/release-scripts.yml
index a7976ab355..1ae1c362dd 100644
--- a/.github/workflows/release-scripts.yml
+++ b/.github/workflows/release-scripts.yml
@@ -54,7 +54,7 @@ jobs:
     - run: printf "JAVA_HOME = $JAVA_HOME \n"
     
     - name: Cache local Maven repository
-      uses: actions/cache@v2
+      uses: actions/cache@v3
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Reply via email to