Skip to content

Commit

Permalink
Merge pull request #367 from scalacenter/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
bjaglin authored Sep 7, 2023
2 parents bfe132f + 506af1b commit a271b47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
name: JDK8 tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- run: sbt test scripted
jdk11:
name: JDK11 tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
Expand All @@ -25,7 +25,7 @@ jobs:
name: JDK17 tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
with:
java-version: 17
Expand All @@ -34,14 +34,14 @@ jobs:
name: Windows tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- run: sbt ci-windows
shell: bash
checks:
name: Scalafmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- run: ./bin/scalafmt --test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- uses: olafurpg/setup-gpg@v3
- run: git fetch --unshallow
Expand Down

0 comments on commit a271b47

Please sign in to comment.