github-workflows: astral-sh/setup-uv from v6 to v7 (#19219)
Summary of the issue:
Update astral-sh/setup-uv from v6 to v7 to conveniently use the latest security fixes.
Below is the release page for v7.1.3.
Description of user facing changes:
Routine update of CI/CD with no impact on users.
Description of developer facing changes:
Batch replaced uses: astral-sh/setup-uv@v6 with v7 in .github/workflows/testAndPublish.yml.
Description of development approach:
Batch replaced uses: astral-sh/setup-uv@v6 with v7 in .github/workflows/testAndPublish.yml to use the latest stable version.