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.git
The following commit(s) were added to refs/heads/main by this push:
new 84a04638c5 chore(deps): bump coursier/cache-action from 6.4.7 to 6.4.8
(#2320)
84a04638c5 is described below
commit 84a04638c5896d8e88f9a0c4d673776ab49c2cde
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 18 18:16:38 2025 +0100
chore(deps): bump coursier/cache-action from 6.4.7 to 6.4.8 (#2320)
Bumps [coursier/cache-action](https://github.com/coursier/cache-action)
from 6.4.7 to 6.4.8.
- [Release notes](https://github.com/coursier/cache-action/releases)
-
[Commits](https://github.com/coursier/cache-action/compare/4e2615869d13561d626ed48655e1a39e5b192b3c...bebeeb0e6f48ebad66d3783946588ecf43114433)
---
updated-dependencies:
- dependency-name: coursier/cache-action
dependency-version: 6.4.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/binary-compatibility-checks.yml | 2 +-
.github/workflows/build-test-prValidation.yml | 8 ++++----
.github/workflows/generate-doc-check.yml | 2 +-
.github/workflows/headers.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
.github/workflows/nightly-1.0-builds.yml | 6 +++---
.github/workflows/nightly-1.1-builds.yml | 6 +++---
.github/workflows/nightly-1.2-builds.yml | 6 +++---
.github/workflows/nightly-1.3-builds.yml | 6 +++---
.github/workflows/nightly-builds-aeron.yml | 2 +-
.github/workflows/nightly-builds.yml | 6 +++---
.github/workflows/publish-1.0-docs.yml | 2 +-
.github/workflows/publish-1.0-nightly.yml | 2 +-
.github/workflows/publish-1.1-docs.yml | 2 +-
.github/workflows/publish-1.1-nightly.yml | 2 +-
.github/workflows/publish-1.2-docs.yml | 2 +-
.github/workflows/publish-1.2-nightly.yml | 2 +-
.github/workflows/publish-1.3-nightly.yml | 2 +-
.github/workflows/publish-nightly.yml | 2 +-
.github/workflows/scala3-build.yml | 2 +-
.github/workflows/timing-tests.yml | 2 +-
21 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/.github/workflows/binary-compatibility-checks.yml
b/.github/workflows/binary-compatibility-checks.yml
index 5748bf71db..8826c5113b 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -55,7 +55,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- 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 67342c26da..09fa9cfb14 100644
--- a/.github/workflows/build-test-prValidation.yml
+++ b/.github/workflows/build-test-prValidation.yml
@@ -34,7 +34,7 @@ jobs:
persist-credentials: false
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Setup Java 17
uses: actions/setup-java@v5
@@ -76,7 +76,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -140,7 +140,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -184,7 +184,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/generate-doc-check.yml
b/.github/workflows/generate-doc-check.yml
index 370b78f378..3eb46c354e 100644
--- a/.github/workflows/generate-doc-check.yml
+++ b/.github/workflows/generate-doc-check.yml
@@ -46,7 +46,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 6847e3b9ee..81a3464f7f 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -42,7 +42,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Check headers
env:
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index a1cb751b6a..b01db14216 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -41,7 +41,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Setup Coursier
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 #
v1.3.9
diff --git a/.github/workflows/nightly-1.0-builds.yml
b/.github/workflows/nightly-1.0-builds.yml
index 8062c44d24..7112bcb527 100644
--- a/.github/workflows/nightly-1.0-builds.yml
+++ b/.github/workflows/nightly-1.0-builds.yml
@@ -38,7 +38,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -93,7 +93,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -144,7 +144,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.1-builds.yml
b/.github/workflows/nightly-1.1-builds.yml
index ae82a265fb..4266a86e96 100644
--- a/.github/workflows/nightly-1.1-builds.yml
+++ b/.github/workflows/nightly-1.1-builds.yml
@@ -38,7 +38,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -94,7 +94,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -146,7 +146,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.2-builds.yml
b/.github/workflows/nightly-1.2-builds.yml
index 02a1df431e..1154f0945b 100644
--- a/.github/workflows/nightly-1.2-builds.yml
+++ b/.github/workflows/nightly-1.2-builds.yml
@@ -38,7 +38,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -94,7 +94,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -146,7 +146,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.3-builds.yml
b/.github/workflows/nightly-1.3-builds.yml
index c7453063a4..5ebb40ac12 100644
--- a/.github/workflows/nightly-1.3-builds.yml
+++ b/.github/workflows/nightly-1.3-builds.yml
@@ -39,7 +39,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -95,7 +95,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -147,7 +147,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-builds-aeron.yml
b/.github/workflows/nightly-builds-aeron.yml
index 2dd7a26ab3..3b40032db8 100644
--- a/.github/workflows/nightly-builds-aeron.yml
+++ b/.github/workflows/nightly-builds-aeron.yml
@@ -46,7 +46,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-builds.yml
b/.github/workflows/nightly-builds.yml
index 86b0473f04..858c8186ac 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -30,7 +30,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -85,7 +85,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -138,7 +138,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/publish-1.0-docs.yml
b/.github/workflows/publish-1.0-docs.yml
index 56b5675ec9..b84395923c 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -50,7 +50,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/publish-1.0-nightly.yml
b/.github/workflows/publish-1.0-nightly.yml
index ba56707bd4..4ac8b6f5d4 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.0-nightly.yml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-1.1-docs.yml
index 2e201a4d79..fe402ac01a 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -50,7 +50,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/publish-1.1-nightly.yml
b/.github/workflows/publish-1.1-nightly.yml
index 8912213bfb..59669667b9 100644
--- a/.github/workflows/publish-1.1-nightly.yml
+++ b/.github/workflows/publish-1.1-nightly.yml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/publish-1.2-docs.yml
b/.github/workflows/publish-1.2-docs.yml
index 660f6b2710..b97d4ad055 100644
--- a/.github/workflows/publish-1.2-docs.yml
+++ b/.github/workflows/publish-1.2-docs.yml
@@ -50,7 +50,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/publish-1.2-nightly.yml
b/.github/workflows/publish-1.2-nightly.yml
index 4702241029..ce97ff9a16 100644
--- a/.github/workflows/publish-1.2-nightly.yml
+++ b/.github/workflows/publish-1.2-nightly.yml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/publish-1.3-nightly.yml
b/.github/workflows/publish-1.3-nightly.yml
index 02677533d9..f0c9f9e23d 100644
--- a/.github/workflows/publish-1.3-nightly.yml
+++ b/.github/workflows/publish-1.3-nightly.yml
@@ -53,7 +53,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index 1a5a23da51..c6d85fba8c 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -52,7 +52,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/scala3-build.yml
b/.github/workflows/scala3-build.yml
index b7cf642cad..7c932e61e8 100644
--- a/.github/workflows/scala3-build.yml
+++ b/.github/workflows/scala3-build.yml
@@ -55,7 +55,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/timing-tests.yml
b/.github/workflows/timing-tests.yml
index 1ecc4d6e3f..d749022cd0 100644
--- a/.github/workflows/timing-tests.yml
+++ b/.github/workflows/timing-tests.yml
@@ -40,7 +40,7 @@ jobs:
uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
6.4.8
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]