diff --git a/.github/workflows/build_offline_docs.yml b/.github/workflows/build_offline_docs.yml index 14b0a3b56af..5ad75f0d2a9 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 7359b526e34..0766d0c78d6 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@v4 diff --git a/.github/workflows/cherrypick.yml b/.github/workflows/cherrypick.yml index cb3b0fca665..cb44f6599e9 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 56d772aab55..6b8f5460fcd 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 e864e74e2e6..28bd72b35e3 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.