Skip to content

Commit b882be9

Browse files
renovate[bot]j5ik2o
authored andcommitted
chore(deps): Update actions/setup-java action to v5
1 parent dc3b7f1 commit b882be9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v5.0.0
3232
with:
3333
fetch-depth: 0
34-
- uses: actions/setup-java@v3
34+
- uses: actions/setup-java@v5
3535
with:
3636
distribution: 'temurin'
3737
java-version: '11'
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v5.0.0
5656
with:
5757
fetch-depth: 0
58-
- uses: actions/setup-java@v3
58+
- uses: actions/setup-java@v5
5959
with:
6060
distribution: 'temurin'
6161
java-version: ${{ matrix.jdk }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5.0.0
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-java@v3
16+
- uses: actions/setup-java@v5
1717
with:
1818
distribution: 'temurin'
1919
java-version: '11'

.github/workflows/snapshot.yml

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

0 commit comments

Comments
 (0)