Skip to content

Commit 658915b

Browse files
authored
Merge pull request #12 from API-Flows/renovate/actions-setup-java-4.x
Update actions/setup-java action to v4
2 parents 808d166 + d1aae9c commit 658915b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up JDK 17
27-
uses: actions/setup-java@v3
27+
uses: actions/setup-java@v4
2828
with:
2929
java-version: '17'
3030
distribution: 'temurin'

0 commit comments

Comments
 (0)