Skip to content

Commit

Permalink
actions: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed May 6, 2024
1 parent a01ab0e commit f8ee4f3
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 @@ -6,7 +6,7 @@ jobs:
unit-test-neko-haxe3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -86,7 +86,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
with:
submodules: true

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -190,7 +190,7 @@ jobs:
run: |
haxe run.hxml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: openfl-haxelib
path: |
Expand All @@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -231,7 +231,7 @@ jobs:
run: |
haxe docs.hxml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: openfl-docs
path: docs
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
haxelib install actuate --quiet
haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: openfl-haxelib
path: openfl-haxelib
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
haxelib install genes --quiet
haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: openfl-haxelib
path: openfl-haxelib
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
haxelib install actuate --quiet
haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: openfl-haxelib
path: openfl-haxelib
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
haxelib install actuate --quiet
haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: openfl-haxelib
path: openfl-haxelib
Expand Down

0 comments on commit f8ee4f3

Please sign in to comment.