This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new f49022898 update coursier action (#436)
f49022898 is described below
commit f490228981bd63ad73646337ff0a6cbaf77f9311
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Feb 2 10:42:48 2024 +0100
update coursier action (#436)
---
.github/workflows/check-build-test.yml | 6 +++---
.github/workflows/headers.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
.github/workflows/nightly-builds.yaml | 2 +-
.github/workflows/nightly-pekko-1.1-builds.yaml | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/check-build-test.yml
b/.github/workflows/check-build-test.yml
index 7e6fc98f8..37090ad17 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -35,7 +35,7 @@ jobs:
java-version: 8
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: "Code style, compile tests, MiMa. Run locally with: sbt
\"javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues\""
run: sbt "javafmtCheckAll; +Test/compile; +mimaReportBinaryIssues"
@@ -60,7 +60,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: "Create all API docs and create site with Paradox"
run: sbt docs/makeSite
@@ -142,7 +142,7 @@ jobs:
java-version: 8
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: ${{ matrix.connector }}
env:
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 7f723e562..221b526be 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -23,7 +23,7 @@ jobs:
java-version: 8
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 76b262f46..b14c716b6 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -22,7 +22,7 @@ jobs:
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: sbt site
run: sbt docs/makeSite
diff --git a/.github/workflows/nightly-builds.yaml
b/.github/workflows/nightly-builds.yaml
index 46ded6912..d9aa72751 100644
--- a/.github/workflows/nightly-builds.yaml
+++ b/.github/workflows/nightly-builds.yaml
@@ -25,7 +25,7 @@ jobs:
java-version: 8
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: S3 Integration tests
run: |-
diff --git a/.github/workflows/nightly-pekko-1.1-builds.yaml
b/.github/workflows/nightly-pekko-1.1-builds.yaml
index 8c430160e..a22dd6f67 100644
--- a/.github/workflows/nightly-pekko-1.1-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.1-builds.yaml
@@ -37,7 +37,7 @@ jobs:
java-version: ${{ matrix.JDK }}
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: "compile, including tests. Run locally with: sbt
-Dpekko.build.pekko.version=main +Test/compile"
run: sbt -Dpekko.build.pekko.version=main
-Dpekko.build.pekko.http.version=main +Test/compile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]