Skip to content

Commit

Permalink
Ready to be v4.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Apr 25, 2024
1 parent 8289616 commit f7be4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -88,7 +88,7 @@ inputs:

runs:
using: "docker"
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:4.0.0-alpha0"
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:4.0.0-alpha3"
args:
- "-inputs-json"
- "${{ toJSON(inputs) }}"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,4 +1,4 @@
package version

// NOTE: Also edit the image tag in action.yml
const Version = "4.0.0-alpha0"
const Version = "4.0.0-alpha3"

0 comments on commit f7be4e5

Please sign in to comment.