From 9d8ae0f8c3f2c0d9435948edb9f7674f7d2feca6 Mon Sep 17 00:00:00 2001 From: Kuniwak Date: Mon, 28 Jun 2021 19:44:32 +0900 Subject: [PATCH] Integration tests for GitHub Actions --- action.yml | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 34706e7..3bc617d 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,7 @@ inputs: runs: using: "docker" - image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.0.0-beta2" + image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.0.0-dev10" args: - "-inputs-json" - "${{ toJSON(inputs) }}" diff --git a/version/version.go b/version/version.go index b5a33de..65157ba 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.0.0-beta2" +const Version = "3.0.0-dev10"