From a38f843087e7e8e74b9597a4ce2204ef16feba0e Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sun, 20 Sep 2020 17:53:27 +0300 Subject: [PATCH] Use Godot 3.2.3 for dev-web workflow --- .github/workflows/dev-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index cad4cf02b..c6d34957c 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -5,7 +5,7 @@ on: branches: [ master ] env: - GODOT_VERSION: 3.2.2 + GODOT_VERSION: 3.2.3 EXPORT_NAME: Pixelorama jobs: @@ -13,7 +13,7 @@ jobs: name: Web Export 🌐 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.2 + image: docker://barichello/godot-ci:3.2.3 steps: - name: Checkout 🛎️ uses: actions/checkout@v1