Skip to content

Commit

Permalink
feat: update matrix action to v3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
artemrys authored Jan 8, 2025
1 parent eb908d6 commit 77b774e
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 77b774e

Please sign in to comment.