Skip to content

Commit

Permalink
Update the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Nov 26, 2024
1 parent d406d39 commit de35076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'Apicurio'
steps:
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
Expand All @@ -27,7 +27,7 @@ jobs:
run: java -version

- name: Set up Maven
uses: stCarolas/setup-maven@v4
uses: stCarolas/setup-maven@v5
with:
maven-version: '3.8.5'

Expand Down

0 comments on commit de35076

Please sign in to comment.