Skip to content

Commit b8e653e

Browse files
Bump the github-actions group across 1 directory with 2 updates (#1031)
* Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `astral-sh/setup-uv` from 3 to 5 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...v5) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Bump uv version * Bump lockfile and tweak versioning scheme * Try to downgrade uv --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Evans <[email protected]>
1 parent 7e63cdd commit b8e653e

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.docker/server_dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt update && apt install -y gnupg curl tree mdbtools && apt clean
1212
WORKDIR /opt
1313
RUN wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.9.0.deb && apt install ./mongodb-database-tools-*-100.9.0.deb
1414

15-
COPY --from=ghcr.io/astral-sh/uv:0.4 /uv /usr/local/bin/uv
15+
COPY --from=ghcr.io/astral-sh/uv:0.4.21 /uv /usr/local/bin/uv
1616
ENV UV_LINK_MODE=copy \
1717
UV_COMPILE_BYTECODE=1 \
1818
UV_PYTHON_DOWNLOADS=never \

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
python-version: "3.10"
2929

3030
- name: Set up uv
31-
uses: astral-sh/setup-uv@v3
31+
uses: astral-sh/setup-uv@v5
3232
with:
33-
version: "0.4.x"
33+
version: "0.4.21"
3434
enable-cache: true
3535

3636
- name: Install dependencies
@@ -76,9 +76,9 @@ jobs:
7676
wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.9.0.deb && sudo apt install ./mongodb-database-tools-*-100.9.0.deb
7777
7878
- name: Set up uv
79-
uses: astral-sh/setup-uv@v3
79+
uses: astral-sh/setup-uv@v5
8080
with:
81-
version: "0.4.x"
81+
version: "0.4.21"
8282
enable-cache: true
8383

8484
- name: Install locked versions of dependencies
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Upload coverage to Codecov
9595
if: matrix.python-version == '3.10' && github.repository == 'datalab-org/datalab'
96-
uses: codecov/codecov-action@v4
96+
uses: codecov/codecov-action@v5
9797
with:
9898
token: ${{ secrets.CODECOV_TOKEN }}
9999
slug: datalab-org/datalab

.github/workflows/dependable-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: "3.10"
2727

2828
- name: Set up uv
29-
uses: astral-sh/setup-uv@v3
29+
uses: astral-sh/setup-uv@v5
3030
with:
3131
version: "0.4.x"
3232
enable-cache: true

pydatalab/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ build-backend = "setuptools.build_meta"
4141
[tool.setuptools_scm]
4242
root = ".."
4343
fallback_version = "0.1.0"
44+
version_scheme = "post-release"
4445

4546
[project.optional-dependencies]
4647
server = [

pydatalab/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)