Skip to content

Commit

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

Bump coursier/setup-action from 1.3.6 to 1.3.7
  • Loading branch information
adpi2 authored Oct 28, 2024
2 parents 8d21bac + a0f2f5c commit 0ede1c9
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.6
- uses: coursier/setup-action@v1.3.7
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.6
- uses: coursier/setup-action@v1.3.7
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.6
- uses: coursier/setup-action@v1.3.7
with:
apps: sbt
jvm: 'adopt:1.8'
Expand Down

0 comments on commit 0ede1c9

Please sign in to comment.