Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2022
1 parent 7d7f7c9 commit 31e4084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: temurin
java-version: 17
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 31e4084

Please sign in to comment.