Skip to content

Commit

Permalink
Merge pull request #139 from wultra/issues/update-gha
Browse files Browse the repository at this point in the history
Update GitHub Action scp-deploy
  • Loading branch information
banterCZ authored Mar 7, 2024
2 parents ea1de5b + cc8de0e commit 3bb07e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb07e8

Please sign in to comment.