diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ade021b2..18e53ac10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/.github/workflows/scan-external-contributions.yml b/.github/workflows/scan-external-contributions.yml index ca7f4c6e9..7b4d8c450 100644 --- a/.github/workflows/scan-external-contributions.yml +++ b/.github/workflows/scan-external-contributions.yml @@ -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