Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 13, 2024
1 parent ca2a4c3 commit 0ae9ed4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.0.5
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Build API reference
working-directory: docs
run: haxe docs.hxml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: feathersui-validators
path: bin/api/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.0.5
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe-version }}
Expand All @@ -32,7 +32,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe-version }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe-version }}
Expand All @@ -81,7 +81,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe-version }}
Expand All @@ -100,7 +100,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: joshtynjala/setup-adobe-air-action@v2
with:
air-version: "33.1"
Expand Down

0 comments on commit 0ae9ed4

Please sign in to comment.