Skip to content

Commit

Permalink
Merge pull request #414 from bjaglin/setup-scala
Browse files Browse the repository at this point in the history
move away from deprecated olafurpg/setup-scala
  • Loading branch information
bjaglin authored Apr 24, 2024
2 parents 813057e + 5e606c2 commit 398f719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- uses: coursier/setup-action@v1
- 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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- uses: coursier/setup-action@v1
- uses: olafurpg/setup-gpg@v3
- run: git fetch --unshallow
- name: Publish ${{ github.ref }}
Expand Down

0 comments on commit 398f719

Please sign in to comment.