From e8e617af03967b514fde49e21ed891462ba052ad Mon Sep 17 00:00:00 2001
From: Cameron Taylor <cameron.taylor.ninja@gmail.com>
Date: Thu, 9 Feb 2023 01:48:15 -0500
Subject: [PATCH] updated setup-haxe action and haxe version

---
 .github/actions/setup-haxeshit/action.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/actions/setup-haxeshit/action.yml b/.github/actions/setup-haxeshit/action.yml
index 008830842..f87353506 100644
--- a/.github/actions/setup-haxeshit/action.yml
+++ b/.github/actions/setup-haxeshit/action.yml
@@ -3,9 +3,9 @@ description: "sets up haxe shit, using HMM!"
 runs:
   using: "composite"
   steps:
-      - uses: krdlab/setup-haxe@v1.1.6
+      - uses: krdlab/setup-haxe@v1.4.0
         with:
-          haxe-version: 4.2.4
+          haxe-version: 4.2.5
       - name: Config haxelib
         run: |
           haxelib config
@@ -15,4 +15,4 @@ runs:
           haxe -version
           haxelib --global install hmm
           haxelib --global run hmm install --quiet
-        shell: bash
\ No newline at end of file
+        shell: bash