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 9d685dfCopy full SHA for 9d685df
.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@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
33
with:
34
java-version: ${{ matrix.java }}
35
distribution: ${{ env.JAVA_DISTRIBUTION }}
0 commit comments