Skip to content

Commit 9436ff8

Browse files
authored
feat: update matrix action to v3.0 (#353)
### Description This is not a breaking change for the reusable workflow, updating version of the action to v3.0. This PR will be followed up with a template change. Tested - splunk/addonfactory-ucc-generator#1525. ### Checklist - [x] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releaes test - [ ] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done (for each selected checkbox, the corresponding test results link should be listed here)
1 parent eb908d6 commit 9436ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
submodules: false
240240
persist-credentials: false
241241
- id: matrix
242-
uses: splunk/addonfactory-test-matrix-action@v2.1
242+
uses: splunk/addonfactory-test-matrix-action@v3.0
243243
- name: job summary
244244
run: |
245245
splunk_version_list=$(echo '${{ steps.matrix.outputs.supportedSplunk }}' | jq -r '.[].version')

0 commit comments

Comments
 (0)