diff --git a/.github/workflows/build_offline_docs.yml b/.github/workflows/build_offline_docs.yml index 82251e4b3..14b0a3b56 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@v4 + - uses: actions/checkout@v5 with: ref: ${{ matrix.branch }} diff --git a/.github/workflows/check_urls.yml b/.github/workflows/check_urls.yml index 26ece3c47..7359b526e 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@v4 + - uses: actions/checkout@v5 - name: Restore lychee cache uses: actions/cache@v4 diff --git a/.github/workflows/cherrypick.yml b/.github/workflows/cherrypick.yml index 0be1fc399..cb3b0fca6 100644 --- a/.github/workflows/cherrypick.yml +++ b/.github/workflows/cherrypick.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.TARGET_BRANCH }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c71aee191..56d772aab 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@v4 + uses: actions/checkout@v5 - 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 a210f6f2b..e864e74e2 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@v4 + uses: actions/checkout@v5 - name: Checkout the engine repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'godotengine/godot' # Use the appropriate branch for the documentation version.