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 8f7f258 commit f6b6d15Copy full SHA for f6b6d15
.github/workflows/check.yml
@@ -387,7 +387,7 @@ jobs:
387
- if: steps.node-cache.outputs.cache-hit != 'true'
388
run: exit 1
389
390
- - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3
+ - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3
391
with:
392
distribution: ${{ env.java_distribution }}
393
java-version: ${{ env.java_version }}
0 commit comments