Skip to content

Commit

Permalink
Bump coursier/setup-action from 1.3.6 to 1.3.7
Browse files Browse the repository at this point in the history
Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/coursier/setup-action/releases)
- [Commits](coursier/setup-action@v1.3.6...v1.3.7)

---
updated-dependencies:
- dependency-name: coursier/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 8d21bac commit a0f2f5c
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 a0f2f5c

Please sign in to comment.