Skip to content

Commit 9eceef1

Browse files
committed
Merge branch 'main' into bkis/issue1630
2 parents 4a1b195 + 5008322 commit 9eceef1

File tree

5 files changed

+229
-229
lines changed

5 files changed

+229
-229
lines changed

.github/workflows/api-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v7
2424
with:
25-
version: "0.10.9"
25+
version: "0.10.10"
2626
enable-cache: true
2727
- name: Install Python
2828
uses: actions/setup-python@v6

.github/workflows/api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v7
2727
with:
28-
version: "0.10.9"
28+
version: "0.10.10"
2929
enable-cache: true
3030
- name: Install Python
3131
uses: actions/setup-python@v6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
- name: Release
20-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
20+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
2121
with:
2222
name: ${{github.ref_name}}
2323
tag_name: ${{github.ref_name}}
@@ -49,7 +49,7 @@ jobs:
4949
tags: type=semver,pattern={{version}}
5050
- name: Build and push Docker image
5151
id: push
52-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
52+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
5353
with:
5454
context: .
5555
push: true

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.10.9 /uv /uvx /bin/
29+
COPY --from=ghcr.io/astral-sh/uv:0.10.10 /uv /uvx /bin/
3030
COPY Tekst-API/tekst/ ./tekst/
3131
COPY Tekst-API/uv.lock* \
3232
Tekst-API/pyproject.toml \

0 commit comments

Comments
 (0)