Skip to content

Commit 354cd25

Browse files
chore(deps): update astral-sh/setup-uv action to v6.8.0
1 parent 5813f83 commit 354cd25

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/agent-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
persist-credentials: false
3232
- name: Install uv and set up Python
33-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
33+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3434
- name: Check lock file
3535
run: uvx --with tox-uv tox -e lock
3636
- name: Check formatting
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
persist-credentials: false
6060
- name: Install uv and set up Python
61-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
61+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
6262
- name: Install concierge
6363
run: sudo snap install --classic concierge
6464
- name: Prepare Juju

.github/workflows/cli-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
- name: Install uv and set the Python version
31-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
31+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3232
- name: Check lock file
3333
run: uvx --with tox-uv tox -e lock
3434
- name: Check formatting

.github/workflows/common-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
- name: Install uv and set up Python
31-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
31+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3232
- name: Check lock file
3333
run: uvx --with tox-uv tox -e lock
3434
- name: Check formatting

.github/workflows/device-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
- name: Install uv and set up Python
31-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
31+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3232
- name: Check lock file
3333
run: uvx --with tox-uv tox -e lock
3434
- name: Check formatting

.github/workflows/server-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
- name: Install uv and set up Python
31-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
31+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3232
- name: Check lock file
3333
run: uvx --with tox-uv tox -e lock
3434
- name: Check formatting
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
persist-credentials: false
5858
- name: Install uv and set up Python
59-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
59+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
6060
- name: Install concierge
6161
run: sudo snap install --classic concierge
6262
- name: Prepare Juju

.github/workflows/validate-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Install uv and set up Python
26-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
26+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
2727
- name: Run zizmor
2828
run: uvx zizmor --pedantic .
2929
env:

0 commit comments

Comments
 (0)