Skip to content

Commit

Permalink
actions: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 3, 2024
1 parent 391e9e3 commit 58083ad
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: starling-haxelib
path: |
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: krdlab/setup-haxe@v1
with:
Expand All @@ -51,7 +51,7 @@ jobs:
run: |
haxe docs.hxml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: starling-docs
path: docs
Expand All @@ -64,7 +64,7 @@ jobs:
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.2]
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: krdlab/setup-haxe@v1
with:
Expand Down Expand Up @@ -105,9 +105,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x

Expand All @@ -123,7 +123,7 @@ jobs:
run: |
npm pack
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: starling-framework-npm
path: starling-framework-*.tgz
Expand All @@ -137,13 +137,13 @@ 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

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x

Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
# macos-14 is arm64, which setup-haxe doesn't support yet
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: krdlab/setup-haxe@v1
with:
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
haxe-version: [3.4.7, 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: krdlab/setup-haxe@v1
with:
Expand Down

0 comments on commit 58083ad

Please sign in to comment.