From b2ff04f11e3732ddd548fe62e7d701236355ac40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:59:15 +0000 Subject: [PATCH] GitHub Action: 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/auto-advance-ball.yml | 2 +- .github/workflows/auto-copilot-org-playwright-loopv2.yml | 2 +- .github/workflows/autonomous-progress.yml | 2 +- .github/workflows/standardize-labels.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 .github/workflows/auto-copilot-org-playwright-loopv2.yml diff --git a/.github/workflows/auto-advance-ball.yml b/.github/workflows/auto-advance-ball.yml index 769e705..d5386ad 100644 --- a/.github/workflows/auto-advance-ball.yml +++ b/.github/workflows/auto-advance-ball.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/auto-copilot-org-playwright-loopv2.yml b/.github/workflows/auto-copilot-org-playwright-loopv2.yml old mode 100755 new mode 100644 index 7ded908..9b6ed39 --- a/.github/workflows/auto-copilot-org-playwright-loopv2.yml +++ b/.github/workflows/auto-copilot-org-playwright-loopv2.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v5 diff --git a/.github/workflows/autonomous-progress.yml b/.github/workflows/autonomous-progress.yml index 6e0dc75..b034d07 100644 --- a/.github/workflows/autonomous-progress.yml +++ b/.github/workflows/autonomous-progress.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/standardize-labels.yml b/.github/workflows/standardize-labels.yml index 14fba57..27fed9b 100644 --- a/.github/workflows/standardize-labels.yml +++ b/.github/workflows/standardize-labels.yml @@ -46,7 +46,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v5