Skip to content

Commit

Permalink
feat: update matrix action to v3.0 (#353)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
artemrys authored Jan 8, 2025
1 parent eb908d6 commit 9436ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
submodules: false
persist-credentials: false
- id: matrix
uses: splunk/addonfactory-test-matrix-action@v2.1
uses: splunk/addonfactory-test-matrix-action@v3.0
- name: job summary
run: |
splunk_version_list=$(echo '${{ steps.matrix.outputs.supportedSplunk }}' | jq -r '.[].version')
Expand Down

0 comments on commit 9436ff8

Please sign in to comment.