Skip to content

Commit

Permalink
Update actions/setup-java action to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent 8cb7440 commit 2abe91a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mavenCentral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: v${{ github.event.inputs.release_version }}
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.13.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Configure Docker
run: gcloud auth configure-docker --quiet
- name: Set up JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.13.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Configure Docker
run: gcloud auth configure-docker --quiet
- name: Set up JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.13.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.13.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.13.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down

0 comments on commit 2abe91a

Please sign in to comment.