From 675255f7b484903465ee7a01b6ddcd479aa19f45 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 2 Feb 2024 00:25:56 +0100 Subject: [PATCH] don't hardcode exact coursier version so that we can pick up patches (#1095) --- .github/workflows/binary-compatibility-checks.yml | 2 +- .github/workflows/build-test-prValidation.yml | 4 ++-- .github/workflows/headers.yml | 2 +- .github/workflows/link-validator.yml | 2 +- .github/workflows/nightly-builds-aeron.yml | 2 +- .github/workflows/nightly-builds.yml | 6 +++--- .github/workflows/scala3-build.yml | 2 +- .github/workflows/scala3-compile.yml | 2 +- .github/workflows/timing-tests.yml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml index 3fb91a1c2e..f51b2c1d00 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 e277b688ef..e055908a65 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 48f9471afe..c1c0e45ecc 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 2c6694bba7..fe88275b9b 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 3bc3321599..80ae57cdc9 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 f46edc92c3..9d67f24e2c 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 79520654d4..2441a31c2f 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 85ac8cb32a..579be4e724 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 1b986ecd96..5927c7fc4b 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