Skip to content

Commit e70647f

Browse files
renovate[bot]WtfJoke
authored andcommitted
Update actions/setup-java action to v5
1 parent fbe742c commit e70647f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout repository
4242
uses: actions/checkout@v4
4343
- name: Set up JDK
44-
uses: actions/setup-java@v4
44+
uses: actions/setup-java@v5
4545
with:
4646
distribution: 'temurin'
4747
java-version: 17

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0 # need git history for spotless license header
2323
- name: Set up JDK ${{ matrix.java }}
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
distribution: 'temurin'
2727
java-version: ${{ matrix.java }}
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050
- name: Set up JDK
51-
uses: actions/setup-java@v4
51+
uses: actions/setup-java@v5
5252
with:
5353
distribution: 'temurin'
5454
java-version: 17

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0 # need git history for spotless license header
2323
token: ${{ secrets.GH_TOKEN_CHAOS_BOT }}
2424
- name: Set up JDK 17
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@v5
2626
with:
2727
distribution: 'temurin'
2828
java-version: 17

.github/workflows/releasetag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0 # need git history for spotless license header
1717
- name: Set up JDK 17
18-
uses: actions/setup-java@v4
18+
uses: actions/setup-java@v5
1919
with:
2020
distribution: 'temurin'
2121
java-version: 17
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 0 # need git history for spotless license header
6464
- name: Set up JDK 17
65-
uses: actions/setup-java@v4
65+
uses: actions/setup-java@v5
6666
with:
6767
distribution: 'temurin'
6868
java-version: 17

0 commit comments

Comments
 (0)