Skip to content

Commit

Permalink
revert: actions/setup-java from 3.7.0 to 3.6.0
Browse files Browse the repository at this point in the history
Ref: f106f51
Release 3.7.0 was deleted (actions/setup-java#422)
  • Loading branch information
ParanoidUser committed Dec 13, 2022
1 parent f52a229 commit ed0b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b

- name: Setup Java
uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc
with:
distribution: adopt
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit ed0b7e3

Please sign in to comment.