Skip to content

Commit

Permalink
Merge pull request #361 from sbt/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
eed3si9n authored Dec 4, 2023
2 parents 1245383 + 2209b0f commit 2cc96a8
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 @@ -37,7 +37,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "${{ matrix.java }}"
Expand Down

0 comments on commit 2cc96a8

Please sign in to comment.