This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.5.x by this push:
new a2c9b83ebf chore(deps): bump actions/checkout from 4.3.1 to 6.0.2
(#2705)
a2c9b83ebf is described below
commit a2c9b83ebf59967fadf404a3489ce506263b4211
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 11:08:44 2026 +0800
chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 (#2705)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to
6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4.3.1...v6.0.2)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
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-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.3-docs.yml | 2 +-
.github/workflows/publish-1.4-docs.yml | 2 +-
.github/workflows/publish-nightly.yml | 2 +-
.github/workflows/scala3-build.yml | 2 +-
.github/workflows/stage-release-candidate.yml | 4 ++--
.github/workflows/timing-tests.yml | 2 +-
22 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/.github/workflows/binary-compatibility-checks.yml
b/.github/workflows/binary-compatibility-checks.yml
index 410f07e245..f484f5dd41 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -38,7 +38,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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 14fbf97277..74803ab7cb 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/checkout@v6
+ 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
@@ -58,7 +58,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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
@@ -121,7 +121,7 @@ jobs:
- cluster/test distributed-data/test cluster-tools/test
cluster-metrics/test
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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
@@ -164,7 +164,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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 270d9d1d5b..e2daa1ccda 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/checkout@v6
+ - uses: actions/[email protected]
- name: Install sbt
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- uses:
scalacenter/sbt-dependency-submission@f43202114d7522a4b233e052f82c2eea8d658134
# v3.2.1
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index fabddd20fd..4a50b49de3 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/checkout@v6
+ 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 a262cc1be1..fe9eb1e5ff 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/checkout@v6
+ uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index b1654b58c6..3bef742f20 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/checkout@v6
+ uses: actions/[email protected]
- name: Setup Java 8
uses: actions/setup-java@v5
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 2abaead831..5578319253 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/checkout@v6
+ uses: actions/[email protected]
- name: Checkout GitHub merge
if: github.event.pull_request
diff --git a/.github/workflows/nightly-1.0-builds.yml
b/.github/workflows/nightly-1.0-builds.yml
index c28c28fbfe..6dd4d3c2d3 100644
--- a/.github/workflows/nightly-1.0-builds.yml
+++ b/.github/workflows/nightly-1.0-builds.yml
@@ -22,7 +22,7 @@ jobs:
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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/checkout@v6
+ 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:
javaVersion: [8, 11, 17, 21]
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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 d22ff51c61..604292c893 100644
--- a/.github/workflows/nightly-1.1-builds.yml
+++ b/.github/workflows/nightly-1.1-builds.yml
@@ -22,7 +22,7 @@ jobs:
if: github.repository == 'apache/pekko'
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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/checkout@v6
+ 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]
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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 c6c993de05..f7045290ff 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/checkout@v6
+ 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 6d05887e39..884c3c47e4 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/checkout@v6
+ uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
@@ -67,7 +67,7 @@ jobs:
- cluster-typed/test cluster-sharding-typed/test
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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
@@ -120,7 +120,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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 17fff3fe23..15e6d76248 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/checkout@v6
+ 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 9432f8df12..1d9c3b1d61 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.0-nightly.yml
@@ -36,7 +36,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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 ac3c2cd334..9b0fc25f71 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/checkout@v6
+ 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 956bf30b4a..1918173ea9 100644
--- a/.github/workflows/publish-1.1-nightly.yml
+++ b/.github/workflows/publish-1.1-nightly.yml
@@ -36,7 +36,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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 cb3a5da85c..3aeb7837be 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/checkout@v6
+ 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 9bfc399edf..5e463c143d 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/checkout@v6
+ 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 0441006162..0069047df1 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/checkout@v6
+ 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 becdaf35f1..7ca18e02e5 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/checkout@v6
+ uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
diff --git a/.github/workflows/scala3-build.yml
b/.github/workflows/scala3-build.yml
index 4865b51cc1..da776d667e 100644
--- a/.github/workflows/scala3-build.yml
+++ b/.github/workflows/scala3-build.yml
@@ -39,7 +39,7 @@ jobs:
fail-fast: true
steps:
- name: Checkout
- uses: actions/checkout@v6
+ 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 4beb6360af..cf2efeab8f 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -62,7 +62,7 @@ jobs:
REF: ${{ github.ref_name }}
- name: Checkout
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v5.0.1
+ uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #
v5.0.1
with:
fetch-depth: 0
fetch-tags: true
@@ -133,7 +133,7 @@ jobs:
REF: ${{ github.ref_name }}
- name: Checkout
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v5.0.1
+ uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #
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 33d2e0ac72..e4cd406e8a 100644
--- a/.github/workflows/timing-tests.yml
+++ b/.github/workflows/timing-tests.yml
@@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]