This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch new-main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-platform-guide.git
commit c297743cf11a2fd5a5a97e1b26b7b114dc2420ff Author: PJ Fanning <[email protected]> AuthorDate: Tue Nov 15 09:56:54 2022 +0100 upgrade coursier cache-action due to build failures (#6) * upgrade coursier cache-action due to build failures * Update link-validator.yml * Update validate-telemetry-sample.yml --- .github/workflows/build-and-test.yml | 4 ++-- .github/workflows/link-validator.yml | 2 +- .github/workflows/validate-telemetry-sample.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c17b536..1c8c9c6 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -126,7 +126,7 @@ jobs: java-version: [email protected] - name: Cache Coursier cache - uses: coursier/cache-action@v5 + uses: coursier/[email protected] - name: "Shopping analytics service (Scala)" run: scripts/sbt-test.sh docs-source/docs/modules/microservices-tutorial/examples/shopping-analytics-service-scala @@ -177,7 +177,7 @@ jobs: java-version: [email protected] - name: Cache Coursier cache - uses: coursier/cache-action@v5 + uses: coursier/[email protected] - name: "05 Shopping cart service (Scala)" run: scripts/sbt-test.sh docs-source/docs/modules/microservices-tutorial/examples/05-shopping-cart-service-scala diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index bcd6262..7cb6ee7 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -30,7 +30,7 @@ jobs: java-version: [email protected] - name: Cache Coursier cache - uses: coursier/cache-action@v5 + uses: coursier/[email protected] - name: Install Coursier command line tool run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs diff --git a/.github/workflows/validate-telemetry-sample.yml b/.github/workflows/validate-telemetry-sample.yml index f9c5d1d..3b5f39a 100644 --- a/.github/workflows/validate-telemetry-sample.yml +++ b/.github/workflows/validate-telemetry-sample.yml @@ -41,7 +41,7 @@ jobs: java-version: [email protected] - name: Cache Coursier cache - uses: coursier/cache-action@v5 + uses: coursier/[email protected] - name: "Telemetry Sample (Scala)" run: scripts/sbt-test.sh ./docs-source/docs/modules/telemetry/examples/telemetry-sample --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
