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.