Skip to content

Commit

Permalink
Update to 3.3.0-alpha0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Apr 18, 2024
1 parent 63c4196 commit fa82d99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unity-meta-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v3
# NOTE: Test no arguments for pull_request
- uses: DeNA/unity-meta-check@v3.2.2
- uses: DeNA/unity-meta-check@v3.3.0-alpha0

# NOTE: Test full features
- uses: DeNA/unity-meta-check@v3.2.2
- uses: DeNA/unity-meta-check@v3.3.0-alpha0
with:
target_path: ./Directory
log_level: DEBUG
Expand All @@ -30,7 +30,7 @@ jobs:
run: git status
if: always()

- uses: mikepenz/action-junit-report@v2
- uses: mikepenz/action-junit-report@v3
with:
report_paths: junit.xml
if: always()
4 changes: 2 additions & 2 deletions .github/workflows/unity-meta-check-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
steps:
- uses: actions/checkout@v3
# NOTE: Test no arguments for push
- uses: DeNA/unity-meta-check@v3.2.2
- uses: DeNA/unity-meta-check@v3.3.0-alpha0

# NOTE: Test pr_comment for push
- uses: jwalton/gh-find-current-pr@v1
id: findPr
if: always()

- uses: DeNA/unity-meta-check@v3.2.2
- uses: DeNA/unity-meta-check@v3.3.0-alpha0
with:
target_path: ./Directory
log_level: DEBUG
Expand Down

0 comments on commit fa82d99

Please sign in to comment.