Skip to content

Commit 4b8239d

Browse files
chore(deps): update dorny/test-reporter action to v2 (#1645)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dorny/test-reporter](https://redirect.github.com/dorny/test-reporter) | action | major | `v1` -> `v2` | --- ### Configuration 📅 **Schedule**: Branch creation - "every 2 weeks on Sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/splunk/addonfactory-ucc-generator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e36a56 commit 4b8239d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
with:
284284
name: test-results-ui-${{ matrix.splunk.version }}-${{ matrix.test-group }}
285285
path: test-results/*
286-
- uses: dorny/test-reporter@v1
286+
- uses: dorny/test-reporter@v2
287287
if: success() || failure()
288288
with:
289289
name: test-report-ui-${{ matrix.splunk.version }}-${{ matrix.test-group }}

0 commit comments

Comments
 (0)