Skip to content

Commit bfef1fb

Browse files
Merge pull request #203 from DataDrivenSustainabilitySolutions/dependabot/github_actions/github-actions-2514a98571
ci(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 in the github-actions group
2 parents 3ebc742 + 2dbcd17 commit bfef1fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: "3.12"
3232

3333
- name: Set up uv
34-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
34+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3535
with:
3636
version: "0.12.0"
3737

.github/workflows/deployment-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: "3.12"
4646

4747
- name: Set up uv
48-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
48+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
4949
with:
5050
version: "0.12.0"
5151

0 commit comments

Comments
 (0)