1
0

Merge pull request #114 from apache/dependabot/github_actions/actions/setup-java-3.6.0

Bump actions/setup-java from 3.5.1 to 3.6.0
This commit is contained in:
Bruno P. Kinoshita
2022-10-21 23:56:51 +13:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-maven- ${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }} - name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.5.1 uses: actions/setup-java@v3.6.0
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}

View File

@@ -44,7 +44,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-maven- ${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }} - name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.5.1 uses: actions/setup-java@v3.6.0
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}