Skip to content

Commit

Permalink
Upgrade actions/checkout and actions/setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Jul 21, 2024
1 parent 4a7b2e0 commit 5a3b62b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Maven Central
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: 11
server-id: ossrh
server-username: OSSRH_USERNAME
Expand Down

0 comments on commit 5a3b62b

Please sign in to comment.