Skip to content

Commit

Permalink
Merge pull request #4 from scalacenter/dependabot/github_actions/cour…
Browse files Browse the repository at this point in the history
…sier/setup-action-1.3.6

Bump coursier/setup-action from 1.3.5 to 1.3.6
  • Loading branch information
adpi2 authored Sep 25, 2024
2 parents 6378363 + 8546afc commit 8d21bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1.3.5
- uses: coursier/setup-action@v1.3.6
with:
apps: scalafmt
- run: scalafmt --test
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1.3.5
- uses: coursier/setup-action@v1.3.6
with:
jvm: ${{ matrix.jvm }}
apps: sbt
Expand Down
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:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1.3.5
- uses: coursier/setup-action@v1.3.6
with:
apps: sbt
jvm: 'adopt:1.8'
Expand Down

0 comments on commit 8d21bac

Please sign in to comment.