diff --git a/.github/workflows/build_offline_docs.yml b/.github/workflows/build_offline_docs.yml index 1800e1289a0..732fca19b7e 100644 --- a/.github/workflows/build_offline_docs.yml +++ b/.github/workflows/build_offline_docs.yml @@ -15,7 +15,7 @@ jobs: - master - 3.6 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ matrix.branch }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ae495bf06..dac9fa87d2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 3a713cf4e24..62afa39e57a 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -22,10 +22,10 @@ jobs: steps: - name: Checkout the documentation repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout the engine repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'godotengine/godot' # Use the appropriate branch for the documentation version.