From 227bad12cad5b14dd2a20247da10c84469cf0375 Mon Sep 17 00:00:00 2001 From: freehuntx Date: Fri, 29 Dec 2023 18:43:37 +0100 Subject: [PATCH] fix: Raise godot_version in github action --- .github/workflows/godot-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index f0d066f..ed2fe7c 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -5,7 +5,7 @@ name: 'Publish to GitHub Pages' env: - GODOT_VERSION: 4.1.3 # Remember to manually set image to this version below. + GODOT_VERSION: 4.2.1 # Remember to manually set image to this version below. on: workflow_dispatch: @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:4.1.3 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout