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 02e7282 commit a8162fdCopy full SHA for a8162fd
.github/workflows/job.bench.yml
@@ -83,7 +83,7 @@ jobs:
83
java-version: ${{ matrix.java }}
84
github-token: ${{ secrets.GITHUB_TOKEN }}
85
- name: "Setup: Zulu"
86
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
87
if: ${{ matrix.engine != 'graalvm' }}
88
with:
89
distribution: ${{ matrix.engine }}
0 commit comments