Skip to content

Commit

Permalink
Continue integration tests on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Jun 25, 2021
1 parent 09a2077 commit 12b0a12
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 @@ -83,7 +83,7 @@ inputs:

runs:
using: "docker"
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.0.0-dev7"
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.0.0-dev8"
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.0.0-dev7"
const Version = "3.0.0-dev8"

0 comments on commit 12b0a12

Please sign in to comment.