Skip to content

Commit

Permalink
Revert "chore(deps): update actions/setup-java action to v4 (#745)" (#…
Browse files Browse the repository at this point in the history
…758)

This reverts commit 2b2f38d.
  • Loading branch information
hugohills-regnosys authored May 22, 2024
1 parent f5cb173 commit 2a9e32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 2a9e32c

Please sign in to comment.