Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
v3.1.1
v3.2.0
π Schedule: At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information No Duplication information
This PR contains the following updates:
v3.1.1
->v3.2.0
Release Notes
actions/setup-java
### [`v3.2.0`](https://togithub.com/actions/setup-java/releases/v3.2.0) [Compare Source](https://togithub.com/actions/setup-java/compare/v3.1.1...v3.2.0) This release introduces dependency caching support for sbt ([https://github.com/actions/setup-java/pull/302](https://togithub.com/actions/setup-java/pull/302)). ##### Caching sbt dependencies ```yml steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: '11' cache: 'sbt' - name: Build with SBT run: sbt package ```Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.