Skip to content

Commit 2187d14

Browse files
chore(deps): update actions/setup-java action to v5.2.0 (#368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0af324b commit 2187d14

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.event.workflow_run.head_branch }}
2121
filter: "blob:none"
2222
fetch-depth: 0
23-
- uses: actions/setup-java@v5.1.0
23+
- uses: actions/setup-java@v5.2.0
2424
with:
2525
distribution: temurin
2626
java-version: 21

.github/workflows/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.event.workflow_run.head_branch }}
2828
filter: "blob:none"
2929
fetch-depth: 0
30-
- uses: actions/setup-java@v5.1.0
30+
- uses: actions/setup-java@v5.2.0
3131
with:
3232
distribution: temurin
3333
java-version: 21

.github/workflows/gh-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
filter: "blob:none"
2929
fetch-depth: 0
3030
- run: git remote set-head --auto origin
31-
- uses: actions/setup-java@v5.1.0
31+
- uses: actions/setup-java@v5.2.0
3232
with:
3333
distribution: temurin
3434
java-version: 21

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-24.04
4141
steps:
4242
- *checkout-step
43-
- uses: actions/setup-java@v5.1.0
43+
- uses: actions/setup-java@v5.2.0
4444
with:
4545
distribution: temurin
4646
java-version: 21

.github/workflows/update-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.ref }}
2828
filter: "blob:none"
2929
fetch-depth: 0
30-
- uses: actions/setup-java@v5.1.0
30+
- uses: actions/setup-java@v5.2.0
3131
with:
3232
distribution: temurin
3333
java-version: 21

0 commit comments

Comments
 (0)