try to update actions
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -46,15 +46,15 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# Set up Kiss runtimes:
|
# Set up Kiss runtimes:
|
||||||
# haxe
|
# haxe
|
||||||
- uses: krdlab/setup-haxe@v1.1.5
|
- uses: krdlab/setup-haxe@v1.4.1
|
||||||
with:
|
with:
|
||||||
haxe-version: ${{ matrix.haxe-version }}
|
haxe-version: ${{ matrix.haxe-version }}
|
||||||
# nodejs
|
# nodejs
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
# python
|
# python
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
# mono
|
# mono
|
||||||
|
|||||||
Reference in New Issue
Block a user