Skip to content

Commit ee786bd

Browse files
build(deps): bump astral-sh/setup-uv from 5 to 7
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...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] <support@github.com>
1 parent fa55c3a commit ee786bd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bump_libraries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Read Python version from .python-version
2121
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v7
2424
- name: Set up Python ${{ env.PYTHON_VERSION }}
2525
run: uv python install ${{ env.PYTHON_VERSION }}
2626
- name: Dependabot metadata

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Read Python version from .python-version
1818
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v5
20+
uses: astral-sh/setup-uv@v7
2121
with:
2222
enable-cache: true
2323
cache-dependency-glob: "uv.lock"
@@ -43,7 +43,7 @@ jobs:
4343
- name: Read Python version from .python-version
4444
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
4545
- name: Install uv
46-
uses: astral-sh/setup-uv@v5
46+
uses: astral-sh/setup-uv@v7
4747
with:
4848
enable-cache: true
4949
cache-dependency-glob: "uv.lock"
@@ -86,7 +86,7 @@ jobs:
8686
- name: Read Python version from .python-version
8787
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
8888
- name: Install uv
89-
uses: astral-sh/setup-uv@v5
89+
uses: astral-sh/setup-uv@v7
9090
with:
9191
enable-cache: true
9292
cache-dependency-glob: "uv.lock"

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--cache-from $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }} \
7777
-t $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }}-$SHORT_SHA .
7878
- name: Install uv
79-
uses: astral-sh/setup-uv@v5
79+
uses: astral-sh/setup-uv@v7
8080
with:
8181
enable-cache: true
8282
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)