diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0487beacf..e1b3e9b3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,11 +24,11 @@ jobs: - id: prepare-variables name: Prepare Variables run: | - # echo "tf_version=2.10.0" >> $GITHUB_OUTPUT - echo "##[set-output name=tf_version;]2.10.0" + echo "tf_version=2.10.0" >> $GITHUB_OUTPUT + # echo "##[set-output name=tf_version;]2.10.0" call-setup-yml: needs: prepare-variables-job uses: ./.github/workflows/setup.yml with: - tf_version: ${{ needs.prepare-variables.outputs.tensorflow_version }} \ No newline at end of file + tf_version: ${{ needs.prepare-variables-job.outputs.tensorflow_version }} \ No newline at end of file