Skip to content

Commit

Permalink
chore: update actions/setup-java to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Jan 2, 2023
1 parent ad0bfa7 commit 28c58fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: ☕️ Use Java 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: "11"

Expand Down

0 comments on commit 28c58fa

Please sign in to comment.