File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -560,6 +560,15 @@ jobs:
560560 echo "changed=false" >> "$GITHUB_OUTPUT"
561561 fi
562562
563+ - name : Checkout model-runner
564+ if : steps.check-docs.outputs.changed == 'true'
565+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
566+
567+ - name : Load GO version
568+ if : steps.check-docs.outputs.changed == 'true'
569+ id : versions
570+ uses : ./.github/actions/load-go-version
571+
563572 - name : Checkout docs
564573 if : steps.check-docs.outputs.changed == 'true'
565574 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
@@ -568,10 +577,6 @@ jobs:
568577 token : ${{ secrets.CLI_RELEASE_PAT }}
569578 fetch-depth : 0
570579
571- - name : Load GO version
572- id : versions
573- uses : ./.github/actions/load-go-version
574-
575580 - name : Set up Go
576581 if : steps.check-docs.outputs.changed == 'true'
577582 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
You can’t perform that action at this time.
0 commit comments