From 2e554b7e72e50d1dc6bc1333ebc61c553262f07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:29:11 +0000 Subject: [PATCH] ci: bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aeon_ci.yml | 8 ++++---- .github/workflows/deploy_evolution.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/aeon_ci.yml b/.github/workflows/aeon_ci.yml index 6efac82..25ae083 100644 --- a/.github/workflows/aeon_ci.yml +++ b/.github/workflows/aeon_ci.yml @@ -1,4 +1,4 @@ -name: Aeon CI +name: Aeon CI on: push: @@ -11,7 +11,7 @@ jobs: name: Code Analysis runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install cppcheck run: sudo apt-get install -y cppcheck - name: Run cppcheck on Aeon headers @@ -26,7 +26,7 @@ jobs: name: Sovereign Integrity Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: No private keys or tokens in source run: | if grep -rE "BEGIN.*(PRIVATE|RSA|EC) KEY|ghp_|ghs_|glpat-" --include="*.h" --include="*.cpp" --include="*.py" . 2>/dev/null; then @@ -42,7 +42,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: softprops/action-gh-release@v2 with: generate_release_notes: true diff --git a/.github/workflows/deploy_evolution.yml b/.github/workflows/deploy_evolution.yml index 05e83e3..41330d1 100644 --- a/.github/workflows/deploy_evolution.yml +++ b/.github/workflows/deploy_evolution.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Authenticate to Google Cloud uses: google-github-actions/auth@v2