diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6136483f..b327e7c1 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -32,7 +32,7 @@ jobs: uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22 - name: Cache Coursier cache - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 8.1.0 + uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 - name: Test pekko-sample-cluster-java run: cd pekko-sample-cluster-java && sbt multi-jvm:test diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml index 7a5ad333..b830a171 100644 --- a/.github/workflows/publish-nightly.yml +++ b/.github/workflows/publish-nightly.yml @@ -44,7 +44,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8.1.0 + uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 - name: Run docs gen run: cd docs-gen && sbt paradox