try to update actions

This commit is contained in:
2023-02-18 11:46:56 -07:00
parent c94c45de04
commit 7fcfc19583

View File

@@ -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