File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ jobs:
5252 with :
5353 ref : ${{ inputs.ref || github.ref }}
5454 - id : generate
55- uses : elastic/apm-pipeline-library/.github/ actions/version-framework@current
55+ uses : elastic/oblt- actions/version-framework@v1
5656 with :
5757 # Use .ci/.matrix_python_full.yml if it's a scheduled workflow, otherwise use .ci/.matrix_python.yml
58- versionsFile : .ci/.matrix_python${{ (github.event_name == 'schedule' || github.event_name == 'push' || inputs.full-matrix) && '_full' || '' }}.yml
58+ versions-file : .ci/.matrix_python${{ (github.event_name == 'schedule' || github.event_name == 'push' || inputs.full-matrix) && '_full' || '' }}.yml
5959 # Use .ci/.matrix_framework_full.yml if it's a scheduled workflow, otherwise use .ci/.matrix_framework.yml
60- frameworksFile : .ci/.matrix_framework${{ (github.event_name == 'schedule' || github.event_name == 'push' || inputs.full-matrix) && '_full' || '' }}.yml
61- excludedFile : .ci/.matrix_exclude.yml
60+ frameworks-file : .ci/.matrix_framework${{ (github.event_name == 'schedule' || github.event_name == 'push' || inputs.full-matrix) && '_full' || '' }}.yml
61+ excluded-file : .ci/.matrix_exclude.yml
6262 - name : Split matrix
6363 shell : python
6464 id : split
You can’t perform that action at this time.
0 commit comments