Skip to content

Commit

Permalink
Merge pull request #99 from booxter/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-java action to v4
  • Loading branch information
booxter authored Jun 3, 2024
2 parents 4f59478 + f9d916c commit a7c0fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
node-version: '22'
- name: Install java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit a7c0fca

Please sign in to comment.