diff options
author | dirkf <fieldhouse@gmx.net> | 2023-07-28 10:52:04 +0100 |
---|---|---|
committer | dirkf <fieldhouse@gmx.net> | 2023-07-29 14:27:26 +0100 |
commit | 87e578c9b891b29ab6559ac81ed391897b1e1ace (patch) | |
tree | bf21025d11f4017a3133de274c715b01e38250f8 | |
parent | 0861812d7208310a03909502b1610f5e89d04401 (diff) |
[workflows/ci.yml] Update to setup-java@v3
* avoid Node 12 deprecation
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b91edd6c..a73bedae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -278,7 +278,7 @@ jobs: #-------- Jython ------ - name: Set up Java 8 if: ${{ matrix.python-impl == 'jython' }} - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: 8 distribution: 'zulu' |