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:55 UTC

[db-jdo] branch update-github-action-versions created (now 32e3a7f8)

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

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


      at 32e3a7f8 Update GitHub action versions

This branch includes the following new commits:

     new 32e3a7f8 Update GitHub action versions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by to...@apache.org.
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