We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc95c02 commit f7d687bCopy full SHA for f7d687b
action.yml
@@ -88,7 +88,7 @@ inputs:
88
89
runs:
90
using: "docker"
91
- image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:4.0.0-alpha1"
+ image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:4.0.0-alpha2"
92
args:
93
- "-inputs-json"
94
- "${{ toJSON(inputs) }}"
version/version.go
@@ -1,4 +1,4 @@
1
package version
2
3
// NOTE: Also edit the image tag in action.yml
4
-const Version = "4.0.0-alpha1"
+const Version = "4.0.0-alpha2"
0 commit comments