Skip to content

Commit f7d687b

Browse files
committed
Ready to be 4.0.0-alpha2
1 parent fc95c02 commit f7d687b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ inputs:
8888

8989
runs:
9090
using: "docker"
91-
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:4.0.0-alpha1"
91+
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:4.0.0-alpha2"
9292
args:
9393
- "-inputs-json"
9494
- "${{ toJSON(inputs) }}"

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// NOTE: Also edit the image tag in action.yml
4-
const Version = "4.0.0-alpha1"
4+
const Version = "4.0.0-alpha2"

0 commit comments

Comments
 (0)