Skip to content

Commit c7a53e3

Browse files
authored
Merge pull request #88 from openapi-processor/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 167d1a2 + e8af050 commit c7a53e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323

2424
- name: set up JDK
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@v5
2626
with:
2727
distribution: 'temurin'
2828
java-version: |

0 commit comments

Comments
 (0)