From 28521b9d7a70fa9faddee0574a53cce171ab522d Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sun, 15 May 2022 10:36:41 +0700 Subject: [PATCH] Update setup-godot: v0.1.1 -> v1.0.0 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 607e042..b4fc855 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -205,7 +205,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Godot - uses: lihop/setup-godot@v0.1.1 + uses: lihop/setup-godot@v1.0.0 - name: Install plugins run: godot --no-window -s plug.gd install - name: Upload install plugins for use by other jobs @@ -227,7 +227,7 @@ jobs: with: submodules: recursive - name: Setup Godot - uses: lihop/setup-godot@v0.1.1 + uses: lihop/setup-godot@v1.0.0 - name: Install binary build artifacts uses: actions/download-artifact@v2 with: @@ -274,7 +274,7 @@ jobs: with: submodules: recursive - name: Setup Godot - uses: lihop/setup-godot@v0.1.1 + uses: lihop/setup-godot@v1.0.0 with: version: ${{ matrix.godot_version }} bits: ${{ matrix.bits }}