This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch STABLE-4.2
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.2 by this push:
new 8814e4c52 Upgrade GitHub Actions
8814e4c52 is described below
commit 8814e4c525c185f143512e01a9d62a1289a08c1c
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue May 28 17:51:39 2024 +0400
Upgrade GitHub Actions
---
.github/workflows/verify-deploy-on-push-4.2.yml | 8 ++++----
.github/workflows/verify-on-pr-4.2.yml | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/verify-deploy-on-push-4.2.yml
b/.github/workflows/verify-deploy-on-push-4.2.yml
index c0b77cdb0..95e95b7e2 100644
--- a/.github/workflows/verify-deploy-on-push-4.2.yml
+++ b/.github/workflows/verify-deploy-on-push-4.2.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 }}
@@ -56,13 +56,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-4.2.yml
b/.github/workflows/verify-on-pr-4.2.yml
index 3071fb4a4..9c0376112 100644
--- a/.github/workflows/verify-on-pr-4.2.yml
+++ b/.github/workflows/verify-on-pr-4.2.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 }}