Skip to content

Commit

Permalink
chore(deps): bump coursier/setup-action from 1.3.0 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.0 to 1.3.4.
- [Release notes](https://github.com/coursier/setup-action/releases)
- [Commits](coursier/setup-action@v1.3.0...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 Sep 26, 2023
1 parent 8ca8491 commit bfedc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- uses: coursier/[email protected].0
- uses: coursier/[email protected].4
with:
jvm: zulu:17
- name: Check format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- uses: coursier/[email protected].0
- uses: coursier/[email protected].4
with:
jvm: adopt:11
- uses: ckipp01/mill-dependency-submission@v1
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- uses: coursier/[email protected].0
- uses: coursier/[email protected].4
with:
jvm: adopt:11
- name: Launch Scala Steward
Expand Down

0 comments on commit bfedc60

Please sign in to comment.