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/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 6fefe5300 make coursier/cache-action 7.0.0 explicit (#902)
6fefe5300 is described below

commit 6fefe53006ccd623b906cf791b2cdcce27327466
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Dec 15 11:53:33 2025 +0100

    make coursier/cache-action 7.0.0 explicit (#902)
---
 .github/workflows/headers.yml               | 2 +-
 .github/workflows/link-validator.yml        | 2 +-
 .github/workflows/nightly-1.x.yml           | 2 +-
 .github/workflows/nightly.yml               | 2 +-
 .github/workflows/publish-1.0-docs.yml      | 2 +-
 .github/workflows/publish-1.0-snapshots.yml | 2 +-
 .github/workflows/publish-1.1-docs.yml      | 2 +-
 .github/workflows/publish-1.1-snapshots.yml | 2 +-
 .github/workflows/publish-1.2-docs.yml      | 2 +-
 .github/workflows/publish-1.2-snapshots.yml | 2 +-
 .github/workflows/publish-1.3-docs.yml      | 2 +-
 .github/workflows/publish-1.3-snapshots.yml | 2 +-
 .github/workflows/publish-1.4-docs.yml      | 2 +-
 .github/workflows/publish-1.4-snapshots.yml | 2 +-
 .github/workflows/publish.yml               | 4 ++--
 .github/workflows/validate-and-test.yml     | 4 ++--
 16 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 9cdc449f4..8ead06a3b 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -40,7 +40,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index d8129871f..2c5800fc6 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -39,7 +39,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Setup Coursier
         uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # 
v1.3.9
diff --git a/.github/workflows/nightly-1.x.yml 
b/.github/workflows/nightly-1.x.yml
index b3355b5c1..02f86f1ce 100644
--- a/.github/workflows/nightly-1.x.yml
+++ b/.github/workflows/nightly-1.x.yml
@@ -42,7 +42,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Cache Build Target
         uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 6c92c6737..25edffd66 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -41,7 +41,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Cache Build Target
         uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index cbbcbe558..0fa3f35be 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-1.0-snapshots.yml 
b/.github/workflows/publish-1.0-snapshots.yml
index 6ec065b1a..7594c0052 100644
--- a/.github/workflows/publish-1.0-snapshots.yml
+++ b/.github/workflows/publish-1.0-snapshots.yml
@@ -34,7 +34,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-1.1-docs.yml 
b/.github/workflows/publish-1.1-docs.yml
index 471a7b178..815c3ea2f 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-1.1-snapshots.yml 
b/.github/workflows/publish-1.1-snapshots.yml
index ff6dd877b..aaf13dcd4 100644
--- a/.github/workflows/publish-1.1-snapshots.yml
+++ b/.github/workflows/publish-1.1-snapshots.yml
@@ -34,7 +34,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-1.2-docs.yml 
b/.github/workflows/publish-1.2-docs.yml
index b741336a6..0056a5a61 100644
--- a/.github/workflows/publish-1.2-docs.yml
+++ b/.github/workflows/publish-1.2-docs.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-1.2-snapshots.yml 
b/.github/workflows/publish-1.2-snapshots.yml
index 1e31b96b4..2460a339b 100644
--- a/.github/workflows/publish-1.2-snapshots.yml
+++ b/.github/workflows/publish-1.2-snapshots.yml
@@ -36,7 +36,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-1.3-docs.yml 
b/.github/workflows/publish-1.3-docs.yml
index 29a50c33d..b28680b90 100644
--- a/.github/workflows/publish-1.3-docs.yml
+++ b/.github/workflows/publish-1.3-docs.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-1.3-snapshots.yml 
b/.github/workflows/publish-1.3-snapshots.yml
index 74566fa42..40c7db2ef 100644
--- a/.github/workflows/publish-1.3-snapshots.yml
+++ b/.github/workflows/publish-1.3-snapshots.yml
@@ -36,7 +36,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-1.4-docs.yml 
b/.github/workflows/publish-1.4-docs.yml
index 12a2bc8e3..c2c7fc5f9 100644
--- a/.github/workflows/publish-1.4-docs.yml
+++ b/.github/workflows/publish-1.4-docs.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish-1.4-snapshots.yml 
b/.github/workflows/publish-1.4-snapshots.yml
index b5aad741f..03a3640c6 100644
--- a/.github/workflows/publish-1.4-snapshots.yml
+++ b/.github/workflows/publish-1.4-snapshots.yml
@@ -36,7 +36,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 786d944a7..db11b8dc4 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
@@ -77,7 +77,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/validate-and-test.yml 
b/.github/workflows/validate-and-test.yml
index efb277e94..989b3a91a 100644
--- a/.github/workflows/validate-and-test.yml
+++ b/.github/workflows/validate-and-test.yml
@@ -41,7 +41,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Cache Build Target
         uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
@@ -89,7 +89,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.7
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Cache Build Target
         uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to