From 8e80ba46fa59806e734bf239ef762a9f1faac2bf Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Mon, 8 Nov 2021 09:31:23 +0700 Subject: [PATCH] Upgrade setup-godot action to v0.1.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 c795e76..8c5a847 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.0.0 + uses: lihop/setup-godot@v0.1.0 - 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.0.0 + uses: lihop/setup-godot@v0.1.0 - 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.0.0 + uses: lihop/setup-godot@v0.1.0 with: version: ${{ matrix.godot_version }} bits: ${{ matrix.bits }}