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 a56f740 commit fd5f1a1Copy full SHA for fd5f1a1
.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
- name: Set up Java ${{ matrix.java }}
24
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
25
with:
26
distribution: 'temurin'
27
java-version: ${{ matrix.java }}
0 commit comments