mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
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:
parent
0fcc95c825
commit
1485a502ab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -209,7 +209,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: lihop/setup-godot@v1.0.2
|
uses: lihop/setup-godot@v1
|
||||||
- name: Install binary build artifacts
|
- name: Install binary build artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -249,7 +249,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: lihop/setup-godot@v1.0.2
|
uses: lihop/setup-godot@v1
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.godot_version }}
|
version: ${{ matrix.godot_version }}
|
||||||
bits: ${{ matrix.bits }}
|
bits: ${{ matrix.bits }}
|
||||||
|
|
Loading…
Reference in a new issue