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.
2 parents 1906050 + 21f08eb commit cf70a17Copy full SHA for cf70a17
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-24.04
18
steps:
19
- name: setup java
20
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
+ uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
21
with:
22
distribution: temurin
23
java-version: 21
@@ -48,7 +48,7 @@ jobs:
48
49
submodules: recursive
50
51
52
53
distribution: 'temurin'
54
java-version: ${{ matrix.version }}
0 commit comments