Skip to content

Commit c539739

Browse files
committed
Merge branch 'development' of https://github.com/VedaWebProject/Tekst into development
2 parents 3f095c8 + 0a0c5e6 commit c539739

File tree

5 files changed

+61
-33
lines changed

5 files changed

+61
-33
lines changed

.github/workflows/api-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v7
3737
with:
38-
version: "0.9.3"
38+
version: "0.9.5"
3939
enable-cache: true
4040
- name: Install Python
4141
uses: actions/setup-python@v6

.github/workflows/api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install uv
3838
uses: astral-sh/setup-uv@v7
3939
with:
40-
version: "0.9.3"
40+
version: "0.9.5"
4141
enable-cache: true
4242
- name: Install Python
4343
uses: actions/setup-python@v6

.github/workflows/web-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js 20.14.0
3838
uses: actions/setup-node@v6
3939
with:
40-
node-version: "22.20.0"
40+
node-version: "22.21.0"
4141
cache: "npm"
4242
cache-dependency-path: "./Tekst-Web/package-lock.json"
4343
- run: npm install

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV PYTHONFAULTHANDLER=1 \
2626
FROM py-base AS api-builder
2727
WORKDIR "/tekst"
2828

29-
COPY --from=ghcr.io/astral-sh/uv:0.9.3 /uv /uvx /bin/
29+
COPY --from=ghcr.io/astral-sh/uv:0.9.5 /uv /uvx /bin/
3030
COPY Tekst-API/tekst/ ./tekst/
3131
COPY Tekst-API/uv.lock* \
3232
Tekst-API/pyproject.toml \

Tekst-Web/package-lock.json

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

0 commit comments

Comments
 (0)