Skip to content

Commit

Permalink
Merge pull request #182 from appunite/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4

chore(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
nowakweronika authored Dec 6, 2023
2 parents aba93ee + 0a21375 commit 4b5b023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "adopt"
Expand Down

0 comments on commit 4b5b023

Please sign in to comment.