|
@@ -17,10 +17,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.
|