File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
permissions :
19
19
contents : write
20
20
id-token : write
21
- uses : RegioHelden/github-reusable-workflows/.github/workflows/build-and-publish.yaml@v2.2.4
21
+ uses : RegioHelden/github-reusable-workflows/.github/workflows/build-and-publish.yaml@v2.3.0
22
22
with :
23
23
python-version : " 3.12"
24
24
42
42
uses : astral-sh/setup-uv@v6
43
43
44
44
- name : Download the distribution packages
45
- uses : actions/download-artifact@v4
45
+ uses : actions/download-artifact@v5
46
46
with :
47
47
name : python-package-distributions
48
48
path : dist/
Original file line number Diff line number Diff line change 18
18
permissions :
19
19
issues : write
20
20
pull-requests : write
21
- uses : RegioHelden/github-reusable-workflows/.github/workflows/check-pull-request.yaml@v2.2.4
21
+ uses : RegioHelden/github-reusable-workflows/.github/workflows/check-pull-request.yaml@v2.3.0
Original file line number Diff line number Diff line change 17
17
name : Update labels
18
18
permissions :
19
19
issues : write
20
- uses : RegioHelden/github-reusable-workflows/.github/workflows/sync-labels.yaml@v2.2.4
20
+ uses : RegioHelden/github-reusable-workflows/.github/workflows/sync-labels.yaml@v2.3.0
Original file line number Diff line number Diff line change 16
16
permissions :
17
17
contents : write
18
18
pull-requests : write
19
- uses : RegioHelden/github-reusable-workflows/.github/workflows/release-pull-request.yaml@v2.2.4
19
+ uses : RegioHelden/github-reusable-workflows/.github/workflows/release-pull-request.yaml@v2.3.0
20
20
secrets :
21
21
personal-access-token : " ${{ secrets.COMMIT_KEY }}"
22
22
with :
Original file line number Diff line number Diff line change 17
17
name : Create tag
18
18
permissions :
19
19
contents : write
20
- uses : RegioHelden/github-reusable-workflows/.github/workflows/tag-release.yaml@v2.2.4
20
+ uses : RegioHelden/github-reusable-workflows/.github/workflows/tag-release.yaml@v2.3.0
21
21
with :
22
22
python-version : " 3.12"
23
23
secrets :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY --chown=app requirements* /app/
28
28
29
29
ENV PATH=/home/app/.local/bin:/home/app/venv/bin:${PATH} DJANGO_SETTINGS_MODULE=example.settings
30
30
31
- RUN pipx install --force uv==0.8.3 && uv venv ~/venv && \
31
+ RUN pipx install --force uv==0.8.12 && uv venv ~/venv && \
32
32
uv pip install --no-cache --upgrade --requirements /app/requirements-test.txt && \
33
33
uv cache clean
34
34
You can’t perform that action at this time.
0 commit comments