You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/30 16:27:40 UTC

[commons-daemon] branch master updated: Bump actions/cache from 3.2.1 to 3.2.2 (#74)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ea4da3  Bump actions/cache from 3.2.1 to 3.2.2 (#74)
5ea4da3 is described below

commit 5ea4da3fe21b64c96d8ad2a64189e8da0fd7bdce
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 30 11:27:36 2022 -0500

    Bump actions/cache from 3.2.1 to 3.2.2 (#74)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2.
    - [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/v3.2.1...v3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/codeql-analysis-cpp.yml  | 2 +-
 .github/workflows/codeql-analysis-java.yml | 2 +-
 .github/workflows/coverage.yml             | 2 +-
 .github/workflows/maven.yml                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis-cpp.yml b/.github/workflows/codeql-analysis-cpp.yml
index 0f1f775..2cb2b47 100644
--- a/.github/workflows/codeql-analysis-cpp.yml
+++ b/.github/workflows/codeql-analysis-cpp.yml
@@ -48,7 +48,7 @@ jobs:
       uses: actions/checkout@v3.2.0
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.2.1
+    - uses: actions/cache@v3.2.2
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/codeql-analysis-java.yml b/.github/workflows/codeql-analysis-java.yml
index 7ab9f5d..33ea93d 100644
--- a/.github/workflows/codeql-analysis-java.yml
+++ b/.github/workflows/codeql-analysis-java.yml
@@ -48,7 +48,7 @@ jobs:
       uses: actions/checkout@v3.2.0
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.2.1
+    - uses: actions/cache@v3.2.2
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 49966fc..1049941 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -32,7 +32,7 @@ jobs:
     - uses: actions/checkout@v3.2.0
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.2.1
+    - uses: actions/cache@v3.2.2
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6deac90..cb5f588 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
     - uses: actions/checkout@v3.2.0
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.2.1
+    - uses: actions/cache@v3.2.2
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}