Skip to content

Commit 1cf77ac

Browse files
chore(deps): update astral-sh/setup-uv action to v6.8.0
1 parent 859bd55 commit 1cf77ac

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/agent-tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
persist-credentials: false
3636
- name: Install uv and set up Python
37-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
37+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3838
- name: Check lock file
3939
run: uvx --with tox-uv tox -e lock
4040
- name: Check formatting
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
persist-credentials: false
6464
- name: Install uv and set up Python
65-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
65+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
6666
- name: Run charm unit tests
6767
run: uvx --with tox-uv tox -e charm-unit
6868

@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
persist-credentials: false
8080
- name: Install uv and set up Python
81-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
81+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
8282
- name: Install concierge
8383
run: sudo snap install --classic concierge
8484
- name: Prepare Juju

.github/workflows/cli-tox.yml

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

.github/workflows/common-tox.yml

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

.github/workflows/device-tox.yml

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

.github/workflows/server-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
persist-credentials: false
3434
- name: Install uv and set up Python
35-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
35+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
3636
- name: Check lock file
3737
run: uvx --with tox-uv tox -e lock
3838
- name: Check formatting
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
persist-credentials: false
6464
- name: Install uv and set up Python
65-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
65+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
6666
- name: Install concierge
6767
run: sudo snap install --classic concierge
6868
- name: Prepare Juju

.github/workflows/validate-workflows.yml

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

0 commit comments

Comments
 (0)