We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181f893 commit c3e574aCopy full SHA for c3e574a
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Disable Git's autocrlf
30
run: git config --global core.autocrlf false
31
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
32
- - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
+ - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
33
with:
34
java-version: ${{ matrix.java }}
35
distribution: ${{ env.JAVA_DISTRIBUTION }}
0 commit comments