This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 69e43a5e remove use of cache action (#528)
69e43a5e is described below
commit 69e43a5ee4a6bc9a72bf1292246b6f5e0ccb4044
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 15 21:37:05 2026 +0100
remove use of cache action (#528)
---
.github/workflows/check-build-test.yml | 18 ------------------
.github/workflows/headers.yml | 3 ---
.github/workflows/link-validator.yml | 3 ---
.github/workflows/nightly-pekko.yml | 6 ------
.github/workflows/publish-1.0-docs.yml | 3 ---
.github/workflows/publish-1.1-docs.yml | 3 ---
.github/workflows/publish-2.0-docs.yml | 3 ---
.github/workflows/publish-nightly.yml | 3 ---
8 files changed, 42 deletions(-)
diff --git a/.github/workflows/check-build-test.yml
b/.github/workflows/check-build-test.yml
index d634e398..0f4892f4 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -47,9 +47,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Code style check and binary-compatibility check
# Run locally with: sbt 'javafmtCheckAll; mimaReportBinaryIssues'
run: sbt "javafmtCheckAll; mimaReportBinaryIssues"
@@ -76,9 +73,6 @@ jobs:
distribution: temurin
java-version: 17
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Compile all code with fatal warnings for Java 17 and Scala 2.13/3
# Run locally with: env CI=true sbt 'clean ; Test/compile'
run: sbt "; +Test/compile"
@@ -108,9 +102,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Create all API docs for artifacts/website and all reference docs
run: sbt "doc ; unidoc ; docs/paradoxBrowse"
@@ -146,9 +137,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{
matrix.java-version }}
run: sbt "++${{ matrix.scala-version }} test" ${{ matrix.sbt-opts }}
@@ -182,9 +170,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Run multi-broker and long running integration tests
run: sbt "int-tests/test"
@@ -217,8 +202,5 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: "Compile benchmark tests"
run: sbt "benchmarks/Test/compile"
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 909ad32f..857aae30 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -22,9 +22,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Check headers
run: |-
sbt \
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 2e7a4e97..fbf7ef16 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -27,9 +27,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Setup Coursier
uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 #
v3.0.0
diff --git a/.github/workflows/nightly-pekko.yml
b/.github/workflows/nightly-pekko.yml
index d34311dd..55914f9d 100644
--- a/.github/workflows/nightly-pekko.yml
+++ b/.github/workflows/nightly-pekko.yml
@@ -43,9 +43,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Cache Build Target
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
@@ -86,9 +83,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Cache Build Target
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
diff --git a/.github/workflows/publish-1.0-docs.yml
b/.github/workflows/publish-1.0-docs.yml
index 9f549ae3..47d7c594 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -25,9 +25,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Build Documentation
run: |-
sbt "set ThisBuild / version := \"1.0.0\"; docs/paradox; unidoc"
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-1.1-docs.yml
index 1bcc67e4..d1a30824 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -25,9 +25,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Build Documentation
run: |-
sbt "set ThisBuild / version := \"1.1.0\"; docs/paradox; unidoc"
diff --git a/.github/workflows/publish-2.0-docs.yml
b/.github/workflows/publish-2.0-docs.yml
index a98741ba..f7180d21 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -24,9 +24,6 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v2.0.22
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Build Documentation
run: |-
sbt "set ThisBuild / version := \"2.0.0-M1\"; docs/paradox; unidoc"
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index 30a35935..c2a33706 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -52,9 +52,6 @@ jobs:
NEXUS_PW: ${{ secrets.NEXUS_PW }}
run: sbt +publish
- - name: Cache Coursier cache
- uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
v8.1.0
-
- name: Build Documentation
run: |-
sbt docs/paradox unidoc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]