Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freehuntx/godot-matcha
Browse files Browse the repository at this point in the history
  • Loading branch information
freehuntx committed Dec 29, 2023
2 parents a0ce4a0 + 227bad1 commit 7f62c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 7f62c9e

Please sign in to comment.