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

He-Pin 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 b61d9d0b5e chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 
(#3117)
b61d9d0b5e is described below

commit b61d9d0b5e274ad8cbd3f775ac0c426ec7bcae83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 10:32:15 2026 +0800

    chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#3117)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 
7.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](https://github.com/actions/checkout/compare/v6.0.3...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.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/binary-compatibility-checks.yml | 2 +-
 .github/workflows/build-test-prValidation.yml     | 8 ++++----
 .github/workflows/dependency-graph.yml            | 2 +-
 .github/workflows/format.yml                      | 2 +-
 .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-1.4-builds.yml          | 6 +++---
 .github/workflows/nightly-1.5-builds.yml          | 6 +++---
 .github/workflows/nightly-1.6-builds.yml          | 6 +++---
 .github/workflows/nightly-1.7-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-docs.yml            | 2 +-
 .github/workflows/publish-1.3-nightly.yml         | 2 +-
 .github/workflows/publish-1.4-docs.yml            | 2 +-
 .github/workflows/publish-1.4-nightly.yml         | 2 +-
 .github/workflows/publish-1.5-docs.yml            | 2 +-
 .github/workflows/publish-1.5-nightly.yml         | 2 +-
 .github/workflows/publish-1.6-docs.yml            | 2 +-
 .github/workflows/publish-1.6-nightly.yml         | 2 +-
 .github/workflows/publish-1.7-nightly.yml         | 2 +-
 .github/workflows/publish-2.0-docs.yml            | 2 +-
 .github/workflows/publish-nightly.yml             | 2 +-
 .github/workflows/stage-release-candidate.yml     | 6 +++---
 .github/workflows/timing-tests.yml                | 2 +-
 36 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/.github/workflows/binary-compatibility-checks.yml 
b/.github/workflows/binary-compatibility-checks.yml
index 6d5ed8c930..9014ccd922 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -37,7 +37,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: 0
diff --git a/.github/workflows/build-test-prValidation.yml 
b/.github/workflows/build-test-prValidation.yml
index ec29951ff9..ca247ffb3f 100644
--- a/.github/workflows/build-test-prValidation.yml
+++ b/.github/workflows/build-test-prValidation.yml
@@ -26,7 +26,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -62,7 +62,7 @@ jobs:
         scalaVersion: ["2.13.x", "3.3.x"]
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -126,7 +126,7 @@ jobs:
           - cluster/test distributed-data/test cluster-tools/test 
cluster-metrics/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -170,7 +170,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
diff --git a/.github/workflows/dependency-graph.yml 
b/.github/workflows/dependency-graph.yml
index 08ccece6a7..e675e3fb1d 100644
--- a/.github/workflows/dependency-graph.yml
+++ b/.github/workflows/dependency-graph.yml
@@ -33,7 +33,7 @@ jobs:
       # to submit dependencies
       contents: write
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
         with:
           persist-credentials: false
       - name: Install sbt
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index bc61de7269..da48cdfe25 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -29,7 +29,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout current branch (full)
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           persist-credentials: false
diff --git a/.github/workflows/generate-doc-check.yml 
b/.github/workflows/generate-doc-check.yml
index 9c9d6990ad..8d30638eae 100644
--- a/.github/workflows/generate-doc-check.yml
+++ b/.github/workflows/generate-doc-check.yml
@@ -30,7 +30,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index cbf543b5c9..beb937a263 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -28,7 +28,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           persist-credentials: false
 
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index 93742fcd33..2b08864be0 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -21,7 +21,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           persist-credentials: false
 
diff --git a/.github/workflows/nightly-1.0-builds.yml 
b/.github/workflows/nightly-1.0-builds.yml
index 3c80dd9854..a6f11cb86e 100644
--- a/.github/workflows/nightly-1.0-builds.yml
+++ b/.github/workflows/nightly-1.0-builds.yml
@@ -21,7 +21,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -75,7 +75,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -127,7 +127,7 @@ jobs:
         javaVersion: [8, 11, 17, 21]
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/nightly-1.1-builds.yml 
b/.github/workflows/nightly-1.1-builds.yml
index 18d7cca69c..664087a7cf 100644
--- a/.github/workflows/nightly-1.1-builds.yml
+++ b/.github/workflows/nightly-1.1-builds.yml
@@ -21,7 +21,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -76,7 +76,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -129,7 +129,7 @@ jobs:
         javaVersion: [8, 11, 17, 21]
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/nightly-1.2-builds.yml 
b/.github/workflows/nightly-1.2-builds.yml
index e7ddba82ad..543ebfb15a 100644
--- a/.github/workflows/nightly-1.2-builds.yml
+++ b/.github/workflows/nightly-1.2-builds.yml
@@ -21,7 +21,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -76,7 +76,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -129,7 +129,7 @@ jobs:
         javaVersion: [8, 11, 17, 21]
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/nightly-1.3-builds.yml 
b/.github/workflows/nightly-1.3-builds.yml
index 5fef32a34b..6f46153151 100644
--- a/.github/workflows/nightly-1.3-builds.yml
+++ b/.github/workflows/nightly-1.3-builds.yml
@@ -20,7 +20,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -75,7 +75,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -131,7 +131,7 @@ jobs:
             javaVersion: 25
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/nightly-1.4-builds.yml 
b/.github/workflows/nightly-1.4-builds.yml
index 8d6d2ccb91..515cfa582b 100644
--- a/.github/workflows/nightly-1.4-builds.yml
+++ b/.github/workflows/nightly-1.4-builds.yml
@@ -20,7 +20,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -75,7 +75,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -131,7 +131,7 @@ jobs:
             javaVersion: 25
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/nightly-1.5-builds.yml 
b/.github/workflows/nightly-1.5-builds.yml
index a5737ee157..d1fbb98141 100644
--- a/.github/workflows/nightly-1.5-builds.yml
+++ b/.github/workflows/nightly-1.5-builds.yml
@@ -20,7 +20,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -75,7 +75,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -128,7 +128,7 @@ jobs:
         javaVersion: [8, 11, 17, 21, 25]
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/nightly-1.6-builds.yml 
b/.github/workflows/nightly-1.6-builds.yml
index a05f0c62b3..b4feac58ae 100644
--- a/.github/workflows/nightly-1.6-builds.yml
+++ b/.github/workflows/nightly-1.6-builds.yml
@@ -20,7 +20,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -75,7 +75,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -128,7 +128,7 @@ jobs:
         javaVersion: [8, 11, 17, 21, 25]
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/nightly-1.7-builds.yml 
b/.github/workflows/nightly-1.7-builds.yml
index 455a732b7f..6bfb7d5eaa 100644
--- a/.github/workflows/nightly-1.7-builds.yml
+++ b/.github/workflows/nightly-1.7-builds.yml
@@ -22,7 +22,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -77,7 +77,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -130,7 +130,7 @@ jobs:
         javaVersion: [8, 11, 17, 21, 25]
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/nightly-builds-aeron.yml 
b/.github/workflows/nightly-builds-aeron.yml
index 223f388eab..3b1d98e5dc 100644
--- a/.github/workflows/nightly-builds-aeron.yml
+++ b/.github/workflows/nightly-builds-aeron.yml
@@ -29,7 +29,7 @@ jobs:
           - cluster/test cluster-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
diff --git a/.github/workflows/nightly-builds.yml 
b/.github/workflows/nightly-builds.yml
index a84be76fdb..d1ed208901 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -14,7 +14,7 @@ jobs:
     if: github.repository == 'apache/pekko'
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -68,7 +68,7 @@ jobs:
           - cluster-typed/test cluster-sharding-typed/test
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
@@ -122,7 +122,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index adbda6aee3..a4650b77bb 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
       # TODO we will need to change to use a release tag in future
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.0-nightly.yml 
b/.github/workflows/publish-1.0-nightly.yml
index 603d1a8ef6..c310313b04 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.0-nightly.yml
@@ -35,7 +35,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.1-docs.yml 
b/.github/workflows/publish-1.1-docs.yml
index 9249d53ad5..3f28598f37 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
       # TODO we will need to change to use a release tag in future
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.1-nightly.yml 
b/.github/workflows/publish-1.1-nightly.yml
index 74bef670dd..c4ad91754b 100644
--- a/.github/workflows/publish-1.1-nightly.yml
+++ b/.github/workflows/publish-1.1-nightly.yml
@@ -35,7 +35,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.2-docs.yml 
b/.github/workflows/publish-1.2-docs.yml
index c7ece3d93e..b4466e977e 100644
--- a/.github/workflows/publish-1.2-docs.yml
+++ b/.github/workflows/publish-1.2-docs.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
       # TODO we will need to change to use a release tag in future
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.2-nightly.yml 
b/.github/workflows/publish-1.2-nightly.yml
index d91a88a6e8..8498e3b5b9 100644
--- a/.github/workflows/publish-1.2-nightly.yml
+++ b/.github/workflows/publish-1.2-nightly.yml
@@ -35,7 +35,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.3-docs.yml 
b/.github/workflows/publish-1.3-docs.yml
index 38408d0195..053ea727f9 100644
--- a/.github/workflows/publish-1.3-docs.yml
+++ b/.github/workflows/publish-1.3-docs.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
       # TODO we will need to change to use a release tag in future
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.3-nightly.yml 
b/.github/workflows/publish-1.3-nightly.yml
index 4b60c004eb..e7f0c55273 100644
--- a/.github/workflows/publish-1.3-nightly.yml
+++ b/.github/workflows/publish-1.3-nightly.yml
@@ -34,7 +34,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.4-docs.yml 
b/.github/workflows/publish-1.4-docs.yml
index a5208c5df8..da5837403f 100644
--- a/.github/workflows/publish-1.4-docs.yml
+++ b/.github/workflows/publish-1.4-docs.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
       # TODO we will need to change to use a release tag in future
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.4-nightly.yml 
b/.github/workflows/publish-1.4-nightly.yml
index eaffd3937e..56b47e4839 100644
--- a/.github/workflows/publish-1.4-nightly.yml
+++ b/.github/workflows/publish-1.4-nightly.yml
@@ -36,7 +36,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.5-docs.yml 
b/.github/workflows/publish-1.5-docs.yml
index bd0ca4390f..5b2de6282a 100644
--- a/.github/workflows/publish-1.5-docs.yml
+++ b/.github/workflows/publish-1.5-docs.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
       # TODO we will need to change to use a release tag in future
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.5-nightly.yml 
b/.github/workflows/publish-1.5-nightly.yml
index 63f078b1a5..e2f604fa3c 100644
--- a/.github/workflows/publish-1.5-nightly.yml
+++ b/.github/workflows/publish-1.5-nightly.yml
@@ -34,7 +34,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.6-docs.yml 
b/.github/workflows/publish-1.6-docs.yml
index c47db4c60d..5d6eb1246a 100644
--- a/.github/workflows/publish-1.6-docs.yml
+++ b/.github/workflows/publish-1.6-docs.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
       # TODO we will need to change to use a release tag in future
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.6-nightly.yml 
b/.github/workflows/publish-1.6-nightly.yml
index b5b2d6bb01..b13f9f6144 100644
--- a/.github/workflows/publish-1.6-nightly.yml
+++ b/.github/workflows/publish-1.6-nightly.yml
@@ -34,7 +34,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-1.7-nightly.yml 
b/.github/workflows/publish-1.7-nightly.yml
index 3d08a2740b..e74a61d381 100644
--- a/.github/workflows/publish-1.7-nightly.yml
+++ b/.github/workflows/publish-1.7-nightly.yml
@@ -36,7 +36,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-2.0-docs.yml 
b/.github/workflows/publish-2.0-docs.yml
index 2a36b6f6fb..c2507436cf 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
       # TODO we will need to change to use a release tag in future
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 1e2a386494..eb5d58abb7 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -36,7 +36,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/stage-release-candidate.yml 
b/.github/workflows/stage-release-candidate.yml
index 6e0c0ba238..029617683d 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -66,7 +66,7 @@ jobs:
           REF: ${{ github.ref_name }}
 
       - name: Checkout
-        uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 
v5.0.1
+        uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v5.0.1
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -140,7 +140,7 @@ jobs:
           REF: ${{ github.ref_name }}
 
       - name: Checkout
-        uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 
v5.0.1
+        uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v5.0.1
         with:
           fetch-depth: 0
           fetch-tags: true
@@ -198,7 +198,7 @@ jobs:
           REF: ${{ github.ref_name }}
 
       - name: Checkout
-        uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 
v5.0.1
+        uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v5.0.1
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/timing-tests.yml 
b/.github/workflows/timing-tests.yml
index b05e425218..f3b0f2c52e 100644
--- a/.github/workflows/timing-tests.yml
+++ b/.github/workflows/timing-tests.yml
@@ -24,7 +24,7 @@ jobs:
     steps:
 
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
           fetch-tags: true


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

Reply via email to