This is an automated email from the ASF dual-hosted git repository.

engelen 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 07c00b97b Bump coursier/cache-action from 7.0.0 to 8.0.0 (#950)
07c00b97b is described below

commit 07c00b97b467caa4561aef3c7e1a0f612bc8f310
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 15 18:50:27 2026 +0100

    Bump coursier/cache-action from 7.0.0 to 8.0.0 (#950)
    
    Bumps [coursier/cache-action](https://github.com/coursier/cache-action) 
from 7.0.0 to 8.0.0.
    - [Release notes](https://github.com/coursier/cache-action/releases)
    - 
[Commits](https://github.com/coursier/cache-action/compare/bebeeb0e6f48ebad66d3783946588ecf43114433...c5ca79321d170b8a18c288d9cadc2a6037166d0f)
    
    ---
    updated-dependencies:
    - dependency-name: coursier/cache-action
      dependency-version: 8.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .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-2.0-docs.yml      | 2 +-
 .github/workflows/publish.yml               | 4 ++--
 .github/workflows/validate-and-test.yml     | 4 ++--
 17 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 56d3617b0..55bc7fe7a 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -40,7 +40,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 7a7a17972..78208d10e 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -39,7 +39,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Setup Coursier
         uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # 
v2.0.2
diff --git a/.github/workflows/nightly-1.x.yml 
b/.github/workflows/nightly-1.x.yml
index f44f3ed1f..69cea9cad 100644
--- a/.github/workflows/nightly-1.x.yml
+++ b/.github/workflows/nightly-1.x.yml
@@ -42,7 +42,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Cache Build Target
         uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 24184116b..fc87fc36d 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -41,7 +41,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Cache Build Target
         uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index b0ec32825..b9cd1dc01 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 065768cbf..0767db1d3 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 821fd270f..97c79de7c 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 268598254..88210cda7 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 89f6ecd0a..9ffcda9d7 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 3b574e855..ad905e56c 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 acc489c8f..73d414ca5 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 1c530ad02..673f04f15 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 fa93d8fff..6069fe848 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.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 677647ba0..aafc1b22c 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@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-2.0-docs.yml 
b/.github/workflows/publish-2.0-docs.yml
index 73fc6bfce..a2e68b5e3 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -42,7 +42,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 622a0d076..0f1d2c121 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
@@ -77,7 +77,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Build Documentation
         run: |-
diff --git a/.github/workflows/validate-and-test.yml 
b/.github/workflows/validate-and-test.yml
index cad4e9eb6..6259f47dc 100644
--- a/.github/workflows/validate-and-test.yml
+++ b/.github/workflows/validate-and-test.yml
@@ -41,7 +41,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Cache Build Target
         uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
@@ -89,7 +89,7 @@ jobs:
         uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
+        uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 
v8.0.0
 
       - name: Cache Build Target
         uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3


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

Reply via email to