diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml index 3fb91a1c2ea..f51b2c1d000 100644 --- a/.github/workflows/binary-compatibility-checks.yml +++ b/.github/workflows/binary-compatibility-checks.yml @@ -30,7 +30,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index e277b688efe..e055908a65b 100644 --- a/.github/workflows/build-test-prValidation.yml +++ b/.github/workflows/build-test-prValidation.yml @@ -23,7 +23,7 @@ jobs: fetch-tags: true - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Setup Java 8 uses: actions/setup-java@v4 @@ -56,7 +56,7 @@ jobs: java-version: 8 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml index 48f9471afeb..c1c0e45eccd 100644 --- a/.github/workflows/headers.yml +++ b/.github/workflows/headers.yml @@ -20,7 +20,7 @@ jobs: java-version: 8 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Check headers run: |- diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 2c6694bba7c..fe88275b9b8 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -29,7 +29,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Setup Coursier uses: coursier/setup-action@v1.3.3 diff --git a/.github/workflows/nightly-builds-aeron.yml b/.github/workflows/nightly-builds-aeron.yml index 3bc3321599d..80ae57cdc9c 100644 --- a/.github/workflows/nightly-builds-aeron.yml +++ b/.github/workflows/nightly-builds-aeron.yml @@ -34,7 +34,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index f46edc92c37..9d67f24e2cd 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -26,7 +26,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts @@ -84,7 +84,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts @@ -128,7 +128,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts diff --git a/.github/workflows/scala3-build.yml b/.github/workflows/scala3-build.yml index 79520654d43..2441a31c2f9 100644 --- a/.github/workflows/scala3-build.yml +++ b/.github/workflows/scala3-build.yml @@ -46,7 +46,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts diff --git a/.github/workflows/scala3-compile.yml b/.github/workflows/scala3-compile.yml index 85ac8cb32a2..579be4e724d 100644 --- a/.github/workflows/scala3-compile.yml +++ b/.github/workflows/scala3-compile.yml @@ -44,7 +44,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml index 1b986ecd968..5927c7fc4bd 100644 --- a/.github/workflows/timing-tests.yml +++ b/.github/workflows/timing-tests.yml @@ -28,7 +28,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.0 + uses: coursier/cache-action@v6 - name: Enable jvm-opts run: cp .jvmopts-ci .jvmopts