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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new c2d7a5e656 Bump actions/cache from 3 to 4 (#610)
c2d7a5e656 is described below

commit c2d7a5e65649e00f26584b2ffc0ddf5103da1714
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 23 08:03:41 2024 +0100

    Bump actions/cache from 3 to 4 (#610)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 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/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml            | 2 +-
 .github/workflows/crosschecks.yml                | 2 +-
 .github/workflows/fit_Elasticsearch.yml          | 2 +-
 .github/workflows/fit_OpenSearch.yml             | 2 +-
 .github/workflows/fit_Payara.yml                 | 2 +-
 .github/workflows/fit_Tomcat_H2_JSON.yml         | 2 +-
 .github/workflows/fit_Tomcat_H2_XML.yml          | 2 +-
 .github/workflows/fit_Tomcat_H2_YAML.yml         | 2 +-
 .github/workflows/fit_WA_SAML2PS4UI_OIDCC4UI.yml | 2 +-
 .github/workflows/fit_WA_SRA_CASClient.yml       | 2 +-
 .github/workflows/fit_WA_SRA_OAuth2.yml          | 2 +-
 .github/workflows/fit_WA_SRA_OIDC.yml            | 2 +-
 .github/workflows/fit_WA_SRA_SAML2.yml           | 2 +-
 .github/workflows/fit_Wildfly.yml                | 2 +-
 .github/workflows/fit_Zookeeper.yml              | 2 +-
 .github/workflows/mariadb.yml                    | 2 +-
 .github/workflows/mysql.yml                      | 4 ++--
 .github/workflows/oracle.yml                     | 4 ++--
 .github/workflows/postgresql.yml                 | 4 ++--
 19 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index eb6c30a060..7115e92dc7 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -51,7 +51,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/crosschecks.yml 
b/.github/workflows/crosschecks.yml
index d37addce34..2d6c18d00f 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -48,7 +48,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_Elasticsearch.yml 
b/.github/workflows/fit_Elasticsearch.yml
index c2605b7680..07c06822f3 100644
--- a/.github/workflows/fit_Elasticsearch.yml
+++ b/.github/workflows/fit_Elasticsearch.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_OpenSearch.yml 
b/.github/workflows/fit_OpenSearch.yml
index c3a8eafd51..b7a1febb13 100644
--- a/.github/workflows/fit_OpenSearch.yml
+++ b/.github/workflows/fit_OpenSearch.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_Payara.yml b/.github/workflows/fit_Payara.yml
index 200f242f95..006a73c932 100644
--- a/.github/workflows/fit_Payara.yml
+++ b/.github/workflows/fit_Payara.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_Tomcat_H2_JSON.yml 
b/.github/workflows/fit_Tomcat_H2_JSON.yml
index 8b8df15c93..130a5f6bac 100644
--- a/.github/workflows/fit_Tomcat_H2_JSON.yml
+++ b/.github/workflows/fit_Tomcat_H2_JSON.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_Tomcat_H2_XML.yml 
b/.github/workflows/fit_Tomcat_H2_XML.yml
index 50bea86377..99056d6493 100644
--- a/.github/workflows/fit_Tomcat_H2_XML.yml
+++ b/.github/workflows/fit_Tomcat_H2_XML.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_Tomcat_H2_YAML.yml 
b/.github/workflows/fit_Tomcat_H2_YAML.yml
index 591529064d..8940a87b47 100644
--- a/.github/workflows/fit_Tomcat_H2_YAML.yml
+++ b/.github/workflows/fit_Tomcat_H2_YAML.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_WA_SAML2PS4UI_OIDCC4UI.yml 
b/.github/workflows/fit_WA_SAML2PS4UI_OIDCC4UI.yml
index 32a83f1805..f2b14df19f 100644
--- a/.github/workflows/fit_WA_SAML2PS4UI_OIDCC4UI.yml
+++ b/.github/workflows/fit_WA_SAML2PS4UI_OIDCC4UI.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_WA_SRA_CASClient.yml 
b/.github/workflows/fit_WA_SRA_CASClient.yml
index 7b4b537e84..805bda4b73 100644
--- a/.github/workflows/fit_WA_SRA_CASClient.yml
+++ b/.github/workflows/fit_WA_SRA_CASClient.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_WA_SRA_OAuth2.yml 
b/.github/workflows/fit_WA_SRA_OAuth2.yml
index bc7b6ceb02..d279746271 100644
--- a/.github/workflows/fit_WA_SRA_OAuth2.yml
+++ b/.github/workflows/fit_WA_SRA_OAuth2.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_WA_SRA_OIDC.yml 
b/.github/workflows/fit_WA_SRA_OIDC.yml
index 1231aeb054..5164abbe2a 100644
--- a/.github/workflows/fit_WA_SRA_OIDC.yml
+++ b/.github/workflows/fit_WA_SRA_OIDC.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_WA_SRA_SAML2.yml 
b/.github/workflows/fit_WA_SRA_SAML2.yml
index c20037fbce..4038ee6b42 100644
--- a/.github/workflows/fit_WA_SRA_SAML2.yml
+++ b/.github/workflows/fit_WA_SRA_SAML2.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_Wildfly.yml 
b/.github/workflows/fit_Wildfly.yml
index 4e909f5c78..86a295185e 100644
--- a/.github/workflows/fit_Wildfly.yml
+++ b/.github/workflows/fit_Wildfly.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/fit_Zookeeper.yml 
b/.github/workflows/fit_Zookeeper.yml
index 3058958ec2..99109acfdc 100644
--- a/.github/workflows/fit_Zookeeper.yml
+++ b/.github/workflows/fit_Zookeeper.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml
index f1b0c64951..69d9ceaa83 100644
--- a/.github/workflows/mariadb.yml
+++ b/.github/workflows/mariadb.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/mysql.yml b/.github/workflows/mysql.yml
index 04267ae878..e0a9e8b4b6 100644
--- a/.github/workflows/mysql.yml
+++ b/.github/workflows/mysql.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -67,7 +67,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/oracle.yml b/.github/workflows/oracle.yml
index abd1e9afb9..05ff7c65fc 100644
--- a/.github/workflows/oracle.yml
+++ b/.github/workflows/oracle.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -67,7 +67,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/postgresql.yml b/.github/workflows/postgresql.yml
index 9423ab5168..0ad1915a9a 100644
--- a/.github/workflows/postgresql.yml
+++ b/.github/workflows/postgresql.yml
@@ -41,7 +41,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -67,7 +67,7 @@ jobs:
       uses: stCarolas/[email protected]
       with:
         maven-version: 3.9.4
-    - uses: actions/cache@v3
+    - uses: actions/cache@v4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Reply via email to