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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new e25fbbda7 Upgrade GitHub Actions
e25fbbda7 is described below

commit e25fbbda7777ce53a2b0fce404c1f726ee577f95
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue May 28 16:17:02 2024 +0400

    Upgrade GitHub Actions
---
 .github/workflows/verify-deploy-on-push.yml | 8 ++++----
 .github/workflows/verify-on-pr.yml          | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/verify-deploy-on-push.yml 
b/.github/workflows/verify-deploy-on-push.yml
index d4f8425a5..43179d48e 100644
--- a/.github/workflows/verify-deploy-on-push.yml
+++ b/.github/workflows/verify-deploy-on-push.yml
@@ -41,10 +41,10 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Setup java
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@v4
         with:
           distribution: 'temurin'
           java-version: ${{ matrix.jdk }}
@@ -60,13 +60,13 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Export version
         uses: ./.github/actions/export-pom-version
 
       - name: Setup java
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@v4
         if: contains(env.POM_VERSION, '-SNAPSHOT')
         with:
           distribution: 'temurin'
diff --git a/.github/workflows/verify-on-pr.yml 
b/.github/workflows/verify-on-pr.yml
index bf0e8de50..84a74e749 100644
--- a/.github/workflows/verify-on-pr.yml
+++ b/.github/workflows/verify-on-pr.yml
@@ -37,10 +37,10 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Setup java
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@v4
         with:
           distribution: 'temurin'
           java-version: ${{ matrix.jdk }}

Reply via email to