From 0b36d7bae78884c9ade0756de35439a015571a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:26:33 +0000 Subject: [PATCH] chore(deps): 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/reusable-autopilot.yml | 2 +- .github/workflows/reusable-ci.yml | 6 +++--- .github/workflows/reusable-codeql.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable-autopilot.yml b/.github/workflows/reusable-autopilot.yml index 5652e49..d48d8c0 100644 --- a/.github/workflows/reusable-autopilot.yml +++ b/.github/workflows/reusable-autopilot.yml @@ -34,7 +34,7 @@ jobs: run: working-directory: ${{ inputs.working_directory }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index 3e4911a..72fc06b 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -30,7 +30,7 @@ jobs: has_python: ${{ steps.d.outputs.has_python }} pkg_manager: ${{ steps.d.outputs.pkg_manager }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - id: d env: STACK: ${{ inputs.stack }} @@ -68,7 +68,7 @@ jobs: env: PM: ${{ needs.detect.outputs.pkg_manager }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 if: needs.detect.outputs.pkg_manager == 'pnpm' @@ -148,7 +148,7 @@ jobs: run: working-directory: ${{ inputs.working_directory }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python_version }} diff --git a/.github/workflows/reusable-codeql.yml b/.github/workflows/reusable-codeql.yml index 8ccb446..b3eca12 100644 --- a/.github/workflows/reusable-codeql.yml +++ b/.github/workflows/reusable-codeql.yml @@ -16,7 +16,7 @@ jobs: matrix: language: ["javascript-typescript", "python"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - id: skip env: LANG: ${{ matrix.language }}