From cc8de0e9ce89ee7bb13aa70c674cf86a9c3c2d91 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Thu, 7 Mar 2024 10:53:48 +0100 Subject: [PATCH] Update GitHub Action scp-deploy - JDK 21 - checkout@v4 - setup-java@v4 --- .github/workflows/scp-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scp-deploy.yml b/.github/workflows/scp-deploy.yml index b908480c..566df21c 100644 --- a/.github/workflows/scp-deploy.yml +++ b/.github/workflows/scp-deploy.yml @@ -7,11 +7,11 @@ jobs: scp-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Set up JDK 17 - uses: actions/setup-java@v3 + - uses: actions/checkout@v4 + - name: Set up JDK 21 + uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 distribution: 'temurin' server-id: jfrog-central server-username: INTERNAL_USERNAME