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 2ac273c + c67fb05 commit e511950Copy full SHA for e511950
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@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
+ uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.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