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 }}