Skip to content

Commit 343a391

Browse files
chore(deps): Update github-actions
1 parent 2d7d65c commit 343a391

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
1818
with:
19-
version: "0.11.32"
19+
version: "0.12.5"
2020
- name: Set up Python
2121
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2222
with:

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818
- # Required for the package command tests to work
1919
name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
20+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2323
with:
24-
version: "0.11.32"
24+
version: "0.12.5"
2525
- name: Set up Python
2626
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2727
with:

0 commit comments

Comments
 (0)