From bef632db42797708b986acdf68aa6f79f8cc755e Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 17 Dec 2021 15:20:38 +0700 Subject: [PATCH] Update setup-godot action v0.1.0 -> v0.1.1 --- .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 7f84ee7..34f057d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -204,7 +204,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Godot - uses: lihop/setup-godot@v0.1.0 + uses: lihop/setup-godot@v0.1.1 - name: Install plugins run: godot --no-window -s plug.gd install - name: Upload install plugins for use by other jobs @@ -226,7 +226,7 @@ jobs: with: submodules: recursive - name: Setup Godot - uses: lihop/setup-godot@v0.1.0 + uses: lihop/setup-godot@v0.1.1 - name: Install binary build artifacts uses: actions/download-artifact@v2 with: @@ -273,7 +273,7 @@ jobs: with: submodules: recursive - name: Setup Godot - uses: lihop/setup-godot@v0.1.0 + uses: lihop/setup-godot@v0.1.1 with: version: ${{ matrix.godot_version }} bits: ${{ matrix.bits }}