From 92f128af1e80b48cd9539d6e409292ed900d5bcb Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Sun, 17 Dec 2023 02:56:01 +0200 Subject: [PATCH] Update to Godot 4.2.1 --- .github/workflows/dev-desktop-builds.yml | 6 +++--- .github/workflows/dev-web.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 0b450d30c..209f0e77b 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true env: - GODOT_VERSION: 4.2 + GODOT_VERSION: 4.2.1 EXPORT_NAME: Pixelorama jobs: @@ -23,7 +23,7 @@ jobs: name: Windows Export 🗔 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.2 + image: docker://barichello/godot-ci:4.2.1 steps: - name: Setup WINE and rcedit 🍷 run: | @@ -60,7 +60,7 @@ jobs: name: Linux Export 🐧 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.2 + image: docker://barichello/godot-ci:4.2.1 steps: - name: Checkout 🛎️ uses: actions/checkout@v4 diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index f9943a2f9..dbe15dcb4 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -9,7 +9,7 @@ concurrency: cancel-in-progress: true env: - GODOT_VERSION: 4.2 + GODOT_VERSION: 4.2.1 EXPORT_NAME: Pixelorama jobs: @@ -17,7 +17,7 @@ jobs: name: Web Export 🌐 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.2 + image: docker://barichello/godot-ci:4.2.1 steps: - name: Checkout 🛎️ uses: actions/checkout@v4