File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2626 py311 : ${{ steps.set-output.outputs.py311 }}
2727 py312 : ${{ steps.set-output.outputs.py312 }}
2828 py313 : ${{ steps.set-output.outputs.py313 }}
29+ py314 : ${{ steps.set-output.outputs.py314 }}
2930
3031 steps :
3132 - uses : actions/checkout@v4
5253 3.11) echo "py311=$SIZE" >> $GITHUB_OUTPUT ;;
5354 3.12) echo "py312=$SIZE" >> $GITHUB_OUTPUT ;;
5455 3.13) echo "py313=$SIZE" >> $GITHUB_OUTPUT ;;
56+ 3.14) echo "py314=$SIZE" >> $GITHUB_OUTPUT ;;
5557 esac
5658
5759 comment-on-pr :
6971 "3.11": "${{ needs.measure-venv.outputs.py311 || 'N/A' }}",
7072 "3.12": "${{ needs.measure-venv.outputs.py312 || 'N/A' }}",
7173 "3.13": "${{ needs.measure-venv.outputs.py313 || 'N/A' }}",
74+ "3.14": "${{ needs.measure-venv.outputs.py314 || 'N/A' }}",
7275 };
7376
7477 const body = [
You can’t perform that action at this time.
0 commit comments