diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a86408b..30b8c91 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -13,7 +13,7 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 + - uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8 - run: ./mill benchmarks.compareFast - name: Add report to job summary run: cat out/benchmarks/compareFast.dest/fast-comparison.md >> "$GITHUB_STEP_SUMMARY" diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index ee6cd36..112a450 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -18,7 +18,7 @@ jobs: contents: write steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 + - uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8 - run: ./mill submitDependencyGraph env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index d4c82f7..a208eee 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -19,5 +19,5 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 + - uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8 - run: ./mill devBuild diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 7fcfa69..47c043e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -33,7 +33,7 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 + - uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8 - run: ./mill devBuild - run: ./mill publishSonatypeCentral env: @@ -55,7 +55,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 + - uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8 - run: ./mill devBuild - run: ./mill uploadGitHubRelease env: