Skip to content

Commit

Permalink
Downgrade github actions/setup-java version
Browse files Browse the repository at this point in the history
  • Loading branch information
ardikars committed Dec 31, 2022
1 parent 962233f commit 3914bdd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ jobs:
uses: fsfe/reuse-action@v1
if: matrix.os == 'ubuntu-18.04'

- uses: actions/setup-java@v3
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
check-latest: true
cache: 'maven'

- name: Setting up deployment
run: |
Expand Down

0 comments on commit 3914bdd

Please sign in to comment.