From 263275b5f9fce95f86fa698755e0eafdb93fb4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 3 Sep 2020 08:50:10 +0200 Subject: [PATCH] act: Update to version 0.2.14 --- bucket/act.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/act.json b/bucket/act.json index ec6cf4fd72..d638e815b7 100644 --- a/bucket/act.json +++ b/bucket/act.json @@ -1,16 +1,16 @@ { - "version": "0.2.13", + "version": "0.2.14", "description": "Local Github actions runner.", "homepage": "https://github.com/nektos/act/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nektos/act/releases/download/v0.2.13/act_Windows_x86_64.zip", - "hash": "87c1cfe4b2382bb3ee3920b49e57ae08088f0f99952d32fe5cedf0140ca816b3" + "url": "https://github.com/nektos/act/releases/download/v0.2.14/act_Windows_x86_64.zip", + "hash": "d06ea681250b137599e69ad7c1755cfd4c655be2e85cc791464a1aed4b34364f" }, "32bit": { - "url": "https://github.com/nektos/act/releases/download/v0.2.13/act_Windows_i386.zip", - "hash": "0ed45f7deec3272a7bdcc5096bf31334d21cb49f655e18d48a1eeb19a4a70ca3" + "url": "https://github.com/nektos/act/releases/download/v0.2.14/act_Windows_i386.zip", + "hash": "4d56093b140e56a16da3ecc6a7e733410db85cdd98eea41a45f04237a47ea393" } }, "bin": "act.exe",