diff --git a/project_templates/fastapi_safir_app/example-uws/.github/workflows/ci.yaml b/project_templates/fastapi_safir_app/example-uws/.github/workflows/ci.yaml index 494cd42c..4b94c6d0 100644 --- a/project_templates/fastapi_safir_app/example-uws/.github/workflows/ci.yaml +++ b/project_templates/fastapi_safir_app/example-uws/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: ${{ env.UV_VERSION }} diff --git a/project_templates/fastapi_safir_app/example/.github/workflows/ci.yaml b/project_templates/fastapi_safir_app/example/.github/workflows/ci.yaml index 41d505dc..b7c39538 100644 --- a/project_templates/fastapi_safir_app/example/.github/workflows/ci.yaml +++ b/project_templates/fastapi_safir_app/example/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: ${{ env.UV_VERSION }} diff --git a/project_templates/fastapi_safir_app/{{cookiecutter.name}}/.github/workflows/ci.yaml b/project_templates/fastapi_safir_app/{{cookiecutter.name}}/.github/workflows/ci.yaml index 70cdbf02..481f35fe 100644 --- a/project_templates/fastapi_safir_app/{{cookiecutter.name}}/.github/workflows/ci.yaml +++ b/project_templates/fastapi_safir_app/{{cookiecutter.name}}/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: {{ "${{ env.UV_VERSION }}" }} diff --git a/project_templates/technote_md/testn-000/technote.toml b/project_templates/technote_md/testn-000/technote.toml index 84fa36a2..3ba6252c 100644 --- a/project_templates/technote_md/testn-000/technote.toml +++ b/project_templates/technote_md/testn-000/technote.toml @@ -4,7 +4,7 @@ series_id = "TESTN" canonical_url = "https://testn-000.lsst.io" github_url = "https://github.com/lsst/testn-000" github_default_branch = "main" -date_created = 2026-01-05T22:26:49Z +date_created = 2026-01-05T23:56:12Z organization.name = "NSF-DOE Vera C. Rubin Observatory" organization.ror = "https://ror.org/048g3cy84" license.id = "CC-BY-4.0" diff --git a/project_templates/technote_rst/testn-000/technote.toml b/project_templates/technote_rst/testn-000/technote.toml index 3f6e80d2..e7ff4756 100644 --- a/project_templates/technote_rst/testn-000/technote.toml +++ b/project_templates/technote_rst/testn-000/technote.toml @@ -4,7 +4,7 @@ series_id = "TESTN" canonical_url = "https://testn-000.lsst.io" github_url = "https://github.com/lsst/testn-000" github_default_branch = "main" -date_created = 2026-01-05T22:26:50Z +date_created = 2026-01-05T23:56:12Z organization.name = "NSF-DOE Vera C. Rubin Observatory" organization.ror = "https://ror.org/048g3cy84" license.id = "CC-BY-4.0"