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/04 18:39:56 UTC

[db-jdo] 01/01: Update GitHub action versions

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

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

commit 32e3a7f8d350f8b2e1871c6d5ab2ac12d52558c8
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..7bc2a0e4 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
+        # specifies the OpenJdk that should be used; 'zulu' is the default for GitHub actions
         with:
+          distribution: 'zulu'
           java-version: ${{ matrix.java }}
 
       # Builds JDO & Runs the TCK