aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-08 16:11:11 +0000
committerGravatar GitHub <[email protected]>2025-10-08 16:11:11 +0000
commitb7b94588d6e528422df2471a31e9c3c11e17afa9 (patch)
treeb82c9ceba6919fa49426526463e649a544a60bde
parentAdd leading _ so that motd file isn't loaded as a Cog (diff)
Bump astral-sh/setup-uv from 6 to 7dependabot/github_actions/astral-sh/setup-uv-7
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/lint.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 9ffe55c..4d2017b 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -14,7 +14,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libldap2-dev libsasl2-dev heimdal-dev
- name: Install uv
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
with:
version: "0.6.16"
enable-cache: true