From 941d6512d8562b907c1948a5c53b9cf10f0d505a Mon Sep 17 00:00:00 2001 From: Kuniwak Date: Thu, 18 Apr 2024 16:24:04 +0900 Subject: [PATCH] Bump to 3.2.2 --- action.yml | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 33da581..f0e4cca 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ inputs: runs: using: "docker" - image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.2.2" + image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.3.0-alpha0" args: - "-inputs-json" - "${{ toJSON(inputs) }}" diff --git a/version/version.go b/version/version.go index f1bc62a..f4f9f43 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // NOTE: Also edit the image tag in action.yml -const Version = "3.2.2" +const Version = "3.3.0-alpha0"