From 83e670bea1807f849e895f122b80b81bf9b67c49 Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 28 Oct 2023 00:46:54 -0600 Subject: [PATCH] build actions to use heaps 1.10.0 explicitly --- .github/composites/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/composites/build/action.yml b/.github/composites/build/action.yml index 5714a37..47ce821 100644 --- a/.github/composites/build/action.yml +++ b/.github/composites/build/action.yml @@ -16,7 +16,7 @@ runs: shell: bash run: | haxelib git dox https://github.com/HaxeFoundation/dox.git - haxelib git heaps https://github.com/HeapsIO/heaps.git + haxelib git heaps https://github.com/HeapsIO/heaps.git 1.10.0 haxelib dev echo . - name: Run Builds