chore(deps): update actions/setup-java digest to ebb356c (#1490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
312b6df5d2
commit
e67f598357
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
|
||||
uses: actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
|
||||
uses: actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58
|
||||
with:
|
||||
java-version: ${{ matrix.build.java }}
|
||||
distribution: 'temurin'
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
|
||||
uses: actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
|
|
|||
Loading…
Reference in New Issue