You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2022/06/08 17:16:42 UTC

[qpid-dispatch] branch main updated: Bump actions/cache from 2.1.6 to 3.0.4

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

gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 49a99945 Bump actions/cache from 2.1.6 to 3.0.4
49a99945 is described below

commit 49a99945cce3b6f9f4cf9fbd8a1d4e27a11e91e4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 7 17:05:12 2022 +0000

    Bump actions/cache from 2.1.6 to 3.0.4
    
    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/v2.1.6...v3.0.4)
    
    ---
    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/build.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index fb602275..92a01eb6 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -85,7 +85,7 @@ jobs:
           string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
           message("::set-output name=timestamp::${current_date}")
 
-      - uses: actions/cache@v2.1.6
+      - uses: actions/cache@v3.0.4
         env:
           cache-name: cache-ccache
         with:
@@ -370,7 +370,7 @@ jobs:
           string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
           message("::set-output name=timestamp::${current_date}")
 
-      - uses: actions/cache@v2.1.6
+      - uses: actions/cache@v3.0.4
         env:
           cache-name: cache-ccache
         with:
@@ -613,7 +613,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
-      - uses: actions/cache@v2.1.6
+      - uses: actions/cache@v3.0.4
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org