Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
mkurz authored Dec 4, 2023
2 parents 0ca8860 + 77f8266 commit e183a7b
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 @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JVM
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit e183a7b

Please sign in to comment.