Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jul 25, 2023
1 parent 4e3ca68 commit 7f67c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
java-version: 11
distribution: temurin
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
java-version: 11
distribution: temurin
Expand Down

0 comments on commit 7f67c4b

Please sign in to comment.