Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 48b0006

Browse files
committed
Bump to godot v4.2.1
1 parent d3c57cf commit 48b0006

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/runner.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- "project/demo/*"
2525

2626
env:
27-
GODOT_VERSION: 4.2
27+
GODOT_VERSION: 4.2.1
2828

2929
jobs:
3030
static-checks:
@@ -37,31 +37,31 @@ jobs:
3737
uses: ./.github/workflows/linux.yml
3838
with:
3939
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
40-
godot_version: 4.2
40+
godot_version: 4.2.1
4141

4242
macos-build:
4343
name: 🍎 macOS
4444
needs: static-checks
4545
uses: ./.github/workflows/macos-build.yml
4646
with:
4747
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
48-
godot_version: 4.2
48+
godot_version: 4.2.1
4949

5050
macos-package:
5151
name: 🍎 macOS Package
5252
needs: macos-build
5353
uses: ./.github/workflows/macos-package.yml
5454
with:
5555
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
56-
godot_version: 4.2
56+
godot_version: 4.2.1
5757

5858
android-build:
5959
name: 🤖 Android
6060
needs: static-checks
6161
uses: ./.github/workflows/android-build.yml
6262
with:
6363
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
64-
godot_version: 4.2
64+
godot_version: 4.2.1
6565

6666
android-package:
6767
name: 🤖 Android Package
@@ -75,7 +75,7 @@ jobs:
7575
uses: ./.github/workflows/ios-build.yml
7676
with:
7777
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
78-
godot_version: 4.2
78+
godot_version: 4.2.1
7979

8080
ios-package:
8181
name: 🍎 IOS Package
@@ -89,23 +89,23 @@ jobs:
8989
uses: ./.github/workflows/web.yml
9090
with:
9191
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
92-
godot_version: 4.2
92+
godot_version: 4.2.1
9393

9494
windows-build:
9595
name: 🎨 Windows
9696
needs: static-checks
9797
uses: ./.github/workflows/windows.yml
9898
with:
9999
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
100-
godot_version: 4.2
100+
godot_version: 4.2.1
101101

102102
gdextension-build:
103103
name: ⚙️ GDExtension
104104
needs: static-checks
105105
uses: ./.github/workflows/gdextension.yml
106106
with:
107107
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
108-
godot_version: 4.2
108+
godot_version: 4.2.1
109109

110110
module-unit-tests:
111111
name: ⚙️ Module Unit Tests
@@ -117,7 +117,7 @@ jobs:
117117
needs: gdextension-build
118118
uses: ./.github/workflows/gdextension-unit-tests.yml
119119
with:
120-
godot_version: 4.2
120+
godot_version: 4.2.1
121121

122122
template-version-file:
123123
name: 📝 Create template version file

0 commit comments

Comments
 (0)