From f4e633871db6eaf0a9d55f1df2b3e4efb4212d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 06:54:21 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/build_offline_docs.yml | 2 +- .github/workflows/check_urls.yml | 2 +- .github/workflows/cherrypick.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/sync_class_ref.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_offline_docs.yml b/.github/workflows/build_offline_docs.yml index 905a1378045..9b5e527bf09 100644 --- a/.github/workflows/build_offline_docs.yml +++ b/.github/workflows/build_offline_docs.yml @@ -24,7 +24,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ matrix.branch }} diff --git a/.github/workflows/check_urls.yml b/.github/workflows/check_urls.yml index 7e142068709..6c45c041a26 100644 --- a/.github/workflows/check_urls.yml +++ b/.github/workflows/check_urls.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Restore lychee cache uses: actions/cache@v5 diff --git a/.github/workflows/cherrypick.yml b/.github/workflows/cherrypick.yml index 08cfca7aa6d..60cc1109b22 100644 --- a/.github/workflows/cherrypick.yml +++ b/.github/workflows/cherrypick.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ env.TARGET_BRANCH }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f9ce5c5f23..86a06089d0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Style checks via pre-commit uses: pre-commit/action@v3.0.1 diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index a8dec7b38bc..43fce0cd4c6 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -30,10 +30,10 @@ jobs: steps: - name: Checkout the documentation repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout the engine repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: 'godotengine/godot' # Use the appropriate branch for the documentation version.