mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Update setup-godot action: 1.0.1 -> 1.0.2
This commit is contained in:
parent
041e7a445f
commit
66254ea17e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -211,7 +211,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v1.0.1
|
||||
uses: lihop/setup-godot@v1.0.2
|
||||
- name: Install binary build artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
@ -253,7 +253,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Godot
|
||||
uses: lihop/setup-godot@v1.0.1
|
||||
uses: lihop/setup-godot@v1.0.2
|
||||
with:
|
||||
version: ${{ matrix.godot_version }}
|
||||
bits: ${{ matrix.bits }}
|
||||
|
|
Loading…
Reference in a new issue