mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Update setup-godot action
This commit is contained in:
parent
d99a750d33
commit
03583c0a1b
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:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v1.0.0
|
||||
uses: lihop/setup-godot@v1.0.1
|
||||
- name: Install binary build artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
@ -251,7 +251,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v1.0.0
|
||||
uses: lihop/setup-godot@v1.0.1
|
||||
with:
|
||||
version: ${{ matrix.godot_version }}
|
||||
bits: ${{ matrix.bits }}
|
||||
|
|
Loading…
Reference in a new issue