chore(deps): bump actions/checkout from 5.0.1 to 6.0.1 #7864
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Scala-steward PRs | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| test: | |
| name: Test of Scala Steward PR | |
| if: github.actor == 'gu-scala-steward-public-repos[bot]' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/[email protected] | |
| - name: Setup Java | |
| uses: actions/setup-java@v5 | |
| with: | |
| distribution: 'corretto' | |
| java-version: '21' | |
| cache: 'sbt' | |
| - name: Setup SBT | |
| uses: sbt/setup-sbt@v1 | |
| - name: Run tests | |
| run: sbt test |