Skip to content

Commit 243f5cf

Browse files
committed
Merge remote-tracking branch 'origin/staging' into 558-radionuclides-backfill
2 parents 1f09e20 + 75c2ddf commit 243f5cf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CD_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Install uv in container
23-
uses: astral-sh/setup-uv@v7.3.0
23+
uses: astral-sh/setup-uv@v7.3.1
2424
with:
2525
version: "latest"
2626

.github/workflows/CD_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Install uv in container
23-
uses: astral-sh/setup-uv@v7.3.0
23+
uses: astral-sh/setup-uv@v7.3.1
2424
with:
2525
version: "latest"
2626

.github/workflows/jira_codex_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python-version: ${{ env.PYTHON_VERSION }}
6060

6161
- name: Set up uv (with cache)
62-
uses: astral-sh/setup-uv@04224aa8caab79e9c08d41c1ef06d6394aafe6a0 # v4
62+
uses: astral-sh/setup-uv@bd870193dd98cea382bc44a732c2e0d17379a16d # v4
6363
with:
6464
enable-cache: true
6565

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
exit 1
5353
5454
- name: Install uv
55-
uses: astral-sh/setup-uv@v7.3.0
55+
uses: astral-sh/setup-uv@v7.3.1
5656
with:
5757
enable-cache: true
5858
cache-dependency-glob: uv.lock
@@ -138,7 +138,7 @@ jobs:
138138
exit 1
139139
140140
- name: Install uv
141-
uses: astral-sh/setup-uv@v7.3.0
141+
uses: astral-sh/setup-uv@v7.3.1
142142
with:
143143
enable-cache: true
144144
cache-dependency-glob: uv.lock

0 commit comments

Comments
 (0)