Skip to content

Commit

Permalink
Merge pull request modcluster#682 from modcluster/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-java-3.11.0

Build(deps): Bump actions/setup-java from 3.10.0 to 3.11.0
  • Loading branch information
rhusar committed Mar 28, 2023
2 parents ade2454 + 2ad9408 commit d782e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit d782e6a

Please sign in to comment.