From 671e5af4b6e8285e5de48ac981da67ac3b7b081c Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 22:23:43 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: ../../.github/workflows/go-simple.yml --- .github/workflows/go-simple.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-simple.yml b/.github/workflows/go-simple.yml index 77e1253a..a424548b 100644 --- a/.github/workflows/go-simple.yml +++ b/.github/workflows/go-simple.yml @@ -11,12 +11,12 @@ jobs: matrix: platform: [linux] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: lfs: true - name: Build id: build - uses: manleydev/build-godot-action@v1.4.1 + uses: manleydev/build-godot-action@v1.5.0 with: name: gd-test preset: ${{ matrix.platform }}