Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 52a3479 commit 69edd0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
apps: sbt
- run: sbt +Test/compile
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
jvm: ${{ matrix.jvm }}
apps: sbt
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
jvm: ${{ matrix.jvm }}
apps: sbt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-expression-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
jvm: 'temurin:1.17.0.3'
apps: sbt
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
apps: sbt
jvm: 'adopt:1.8.0-292'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
apps: sbt
jvm: 'adopt:1.8.0-292'
Expand Down

0 comments on commit 69edd0d

Please sign in to comment.