Skip to content

Commit f7be4e5

Browse files
committed
Ready to be v4.0.0-alpha3
1 parent 8289616 commit f7be4e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
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-alpha0"
91+
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:4.0.0-alpha3"
9292
args:
9393
- "-inputs-json"
9494
- "${{ toJSON(inputs) }}"

version/version.go

Lines changed: 1 addition & 1 deletion
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-alpha0"
4+
const Version = "4.0.0-alpha3"

0 commit comments

Comments
 (0)