1
0

Merge pull request #141 from apache/dependabot/github_actions/actions/setup-java-3.11.0

Bump actions/setup-java from 3.10.0 to 3.11.0
This commit is contained in:
Bruno P. Kinoshita
2023-03-31 13:03:20 +02: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.10.0 uses: actions/setup-java@v3.11.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.10.0 uses: actions/setup-java@v3.11.0
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}