Skip to content

Commit

Permalink
Continue integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Jun 25, 2021
1 parent ef789f0 commit e2b4e8b
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.0.0-dev3"
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.0.0-dev4"
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,3 +1,3 @@
package version

const Version = "3.0.0-dev3"
const Version = "3.0.0-dev4"

0 comments on commit e2b4e8b

Please sign in to comment.