Skip to content

Commit b3a07eb

Browse files
authored
Merge pull request #39 from OpenAPITools/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents c7df8ed + 788dbba commit b3a07eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- '3.13'
2323
steps:
2424
- uses: actions/checkout@v5
25-
- uses: actions/setup-java@v4
25+
- uses: actions/setup-java@v5
2626
with:
2727
distribution: temurin
2828
java-version: '21'

0 commit comments

Comments
 (0)