From 78a126996c8b6b550e16629ef1c5e618a85a1950 Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Thu, 2 Oct 2025 13:49:47 +0300 Subject: [PATCH] [3.x] CI: Bump `actions/checkout` and Ubuntu versions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/sync_class_ref.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2817110d1a2..6b75add17a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,10 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Install dependencies run: | diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index 107db5c44c4..1c61e7102b1 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -17,10 +17,10 @@ jobs: steps: - name: Checkout the documentation repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Checkout the engine repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: repository: 'godotengine/godot' # Use the appropriate branch for the documentation version.