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.