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 Mar 28, 2024
1 parent c3877ad commit 88ab25c
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-dev0"
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.2.2"
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-dev0"
const Version = "3.2.2"

0 comments on commit 88ab25c

Please sign in to comment.