Skip to content

Commit

Permalink
Merge pull request #145 from AndriyKalashnykov/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-java-3.12.0

build(deps): Bump actions/setup-java from 3.11.0 to 3.12.0
  • Loading branch information
AndriyKalashnykov committed Jul 28, 2023
2 parents de54dea + 7e5e010 commit 2c15fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Set up JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
java-version: 19
distribution: 'temurin'
Expand Down

0 comments on commit 2c15fcf

Please sign in to comment.