Skip to content

Commit

Permalink
Bump to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Apr 18, 2024
1 parent f79642f commit 941d651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ inputs:

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

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

0 comments on commit 941d651

Please sign in to comment.