Use non-pinned version of setup-godot

Using the major version of the setup-godot action without specifying
minor and patch versions will allow us to start using the newest minor
and patch releases as soon as they are made available on the GitHub
marketplace.
This commit is contained in:
Leroy Hopson 2022-08-24 09:44:26 +12:00
parent 0fcc95c825
commit 1485a502ab
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -209,7 +209,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Godot
uses: lihop/setup-godot@v1.0.2
uses: lihop/setup-godot@v1
- name: Install binary build artifacts
uses: actions/download-artifact@v2
with:
@ -249,7 +249,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Godot
uses: lihop/setup-godot@v1.0.2
uses: lihop/setup-godot@v1
with:
version: ${{ matrix.godot_version }}
bits: ${{ matrix.bits }}