Skip to content

Commit

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

---
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 23, 2024
1 parent 5f1c1de commit f6e0499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4

# SETUP & CACHE
- uses: coursier/[email protected].5
- uses: coursier/[email protected].6
with:
jvm: adopt:8
apps: sbt scala scalafmt # https://github.com/coursier/apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

# SETUP & CACHE
- uses: coursier/[email protected].5
- uses: coursier/[email protected].6
with:
jvm: adopt:8
apps: sbt scala scalafmt # https://github.com/coursier/apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc_publishSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4

# SETUP & CACHE
- uses: coursier/[email protected].5
- uses: coursier/[email protected].6
with:
jvm: adopt:8
apps: sbt scala scalafmt # https://github.com/coursier/apps
Expand Down

0 comments on commit f6e0499

Please sign in to comment.