Skip to content

Commit 7ca6cb7

Browse files
chore(deps): update astral-sh/setup-uv action to v7 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c3fc98 commit 7ca6cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: hashicorp/setup-terraform@v3
4646
with:
4747
terraform_wrapper: false
48-
- uses: astral-sh/setup-uv@v6
48+
- uses: astral-sh/setup-uv@v7
4949
- run: go generate ./
5050
- name: git diff
5151
run: |

.github/workflows/update-apiclient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version-file: "go.mod"
2020
cache: true
21-
- uses: astral-sh/setup-uv@v6
21+
- uses: astral-sh/setup-uv@v7
2222
- run: go mod download
2323
- run: go generate ./internal/apiclient
2424
- name: Create Pull Request

0 commit comments

Comments
 (0)