You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by to...@apache.org on 2023/06/08 18:23:42 UTC

[db-jdo] branch main updated: Update GitHub action versions

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

tobous pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a0c2ad8 Update GitHub action versions
4a0c2ad8 is described below

commit 4a0c2ad8ffbd282771d5c7ff4904b4cf21ca652a
Author: Tobias Bouschen <to...@googlemail.com>
AuthorDate: Sun Jun 4 20:08:19 2023 +0200

    Update GitHub action versions
---
 .github/workflows/build.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d60890da..92d31576 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         fetch-depth: 1
     - name: Check Format
@@ -55,13 +55,15 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 1
 
       - name: Setup java
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v3
         with:
+          # specifies the OpenJdk that should be used; 'zulu' is the default for GitHub actions
+          distribution: 'zulu'
           java-version: ${{ matrix.java }}
 
       # Builds JDO & Runs the TCK