Merge pull request #11336 from dalexeev/3.x-fix-ci

[3.x] CI: Bump `actions/checkout` and Ubuntu versions
This commit is contained in:
Max Hilbrunner
2025-10-02 16:03:27 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -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: |

View File

@@ -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.