Skip to content

Commit

Permalink
Merge pull request #178 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 Oct 1, 2024
2 parents 2c45ed1 + 678434e commit a17f045
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 @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit a17f045

Please sign in to comment.