From 0e76ae2ae34fd151efc4fe6625e3760a72b1cac7 Mon Sep 17 00:00:00 2001 From: Oussama Gastli Date: Mon, 22 Apr 2024 22:30:11 +0200 Subject: [PATCH] Bump act version to 0.2.61 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce9470..bc2b7a1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "nektos/act" ], "scripts": { - "postinstall": "node scripts/postinstall.js 0.2.48", + "postinstall": "node scripts/postinstall.js 0.2.61", "build": "tsc && tsc-alias", "pretest:it": "npm run postinstall && mkdir -p bin && cp build/bin/* bin/", "test": "npm run test:unit && npm run test:it",