Skip to content

Commit

Permalink
Bump moonrepo/setup-toolchain from 0.3.2 to 0.3.3
Browse files Browse the repository at this point in the history
Bumps [moonrepo/setup-toolchain](https://github.com/moonrepo/setup-toolchain) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/moonrepo/setup-toolchain/releases)
- [Changelog](https://github.com/moonrepo/setup-toolchain/blob/master/CHANGELOG.md)
- [Commits](moonrepo/setup-toolchain@v0.3.2...v0.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent fad137e commit d1f82e1
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 @@ -41,7 +41,7 @@ jobs:
- name: Cache scala dependencies
uses: coursier/cache-action@v6
- name: Setup proto and moon toolchains
uses: moonrepo/setup-toolchain@v0.3.2
uses: moonrepo/setup-toolchain@v0.3.3
with:
auto-install: true

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: coursier/cache-action@v6

- name: Setup proto and moon toolchains
uses: moonrepo/setup-toolchain@v0.3.2
uses: moonrepo/setup-toolchain@v0.3.3
with:
auto-install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-external-contributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Cache scala dependencies
uses: coursier/cache-action@v6
- name: Setup proto and moon toolchains
uses: moonrepo/setup-toolchain@v0.3.2
uses: moonrepo/setup-toolchain@v0.3.3
with:
auto-install: true

Expand Down

0 comments on commit d1f82e1

Please sign in to comment.