This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/3.2.x by this push:
new a4c4e484b Upgrade GH workflows
a4c4e484b is described below
commit a4c4e484bc4267a8d1c9a71aa0c4fbe3dc5d5b5e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sun May 7 08:17:52 2023 +0200
Upgrade GH workflows
---
.github/workflows/pr-validation.yml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pr-validation.yml
b/.github/workflows/pr-validation.yml
index 1593a46e1..286d0cca3 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -21,13 +21,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - name: 'Set up JDK 1.8'
- uses: actions/setup-java@v1
+ - uses: actions/checkout@v3
+ - name: Setup Java JDK
+ uses: actions/setup-java@v3
with:
- java-version: '1.8'
+ distribution: 'zulu'
+ java-version: 1.8
- name: 'Cache Maven packages'
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.m2
key: 'cache'