From 38fdf5a711c4a43b7dd04d9a4c106cc1a88176d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 03:21:44 +0000 Subject: [PATCH] ci: bump actions/checkout from 4.3.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/34e114876b0b11c390a56381ad16ebd13914f8d5...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- 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] --- .github/workflows/benchmark-and-update-readme.yml | 2 +- .github/workflows/benchmark-v02-daily-light.yml | 2 +- .github/workflows/benchmark-v02-dashboard-auto.yml | 4 ++-- .github/workflows/protocol-gate.yml | 2 +- .github/workflows/publish-trends-pages.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark-and-update-readme.yml b/.github/workflows/benchmark-and-update-readme.yml index 67dd785..59e19f8 100644 --- a/.github/workflows/benchmark-and-update-readme.yml +++ b/.github/workflows/benchmark-and-update-readme.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/benchmark-v02-daily-light.yml b/.github/workflows/benchmark-v02-daily-light.yml index 20b293c..0217e5c 100644 --- a/.github/workflows/benchmark-v02-daily-light.yml +++ b/.github/workflows/benchmark-v02-daily-light.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false diff --git a/.github/workflows/benchmark-v02-dashboard-auto.yml b/.github/workflows/benchmark-v02-dashboard-auto.yml index ca58821..4dbd2ae 100644 --- a/.github/workflows/benchmark-v02-dashboard-auto.yml +++ b/.github/workflows/benchmark-v02-dashboard-auto.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 persist-credentials: false @@ -152,7 +152,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/protocol-gate.yml b/.github/workflows/protocol-gate.yml index 78df9ee..ded00a6 100644 --- a/.github/workflows/protocol-gate.yml +++ b/.github/workflows/protocol-gate.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false diff --git a/.github/workflows/publish-trends-pages.yml b/.github/workflows/publish-trends-pages.yml index 6fa2c92..03ae620 100644 --- a/.github/workflows/publish-trends-pages.yml +++ b/.github/workflows/publish-trends-pages.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false