From d762a06be108265ffd692d5d41c6a1fc5cae2650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:38:28 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autopilot-docs-daily.yml | 2 +- .github/workflows/autopilot-operator.yml | 2 +- .github/workflows/autopilot-org-installer.yml | 2 +- .github/workflows/ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autopilot-docs-daily.yml b/.github/workflows/autopilot-docs-daily.yml index 670b0a9..98cb1ed 100644 --- a/.github/workflows/autopilot-docs-daily.yml +++ b/.github/workflows/autopilot-docs-daily.yml @@ -19,7 +19,7 @@ jobs: GH_TOKEN: ${{ secrets.ORG_READ_TOKEN || github.token }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update status docs run: | diff --git a/.github/workflows/autopilot-operator.yml b/.github/workflows/autopilot-operator.yml index c6c1cf0..82ae0af 100644 --- a/.github/workflows/autopilot-operator.yml +++ b/.github/workflows/autopilot-operator.yml @@ -27,7 +27,7 @@ jobs: } - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: false diff --git a/.github/workflows/autopilot-org-installer.yml b/.github/workflows/autopilot-org-installer.yml index 60697e1..43ca624 100644 --- a/.github/workflows/autopilot-org-installer.yml +++ b/.github/workflows/autopilot-org-installer.yml @@ -18,7 +18,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout installer - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Sync intake workflow run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bb2318..4a0a2ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install workflow validator dependency run: python -m pip install --disable-pip-version-check PyYAML==6.0.2