Skip to content

Commit 2dfc705

Browse files
Update all non-major dependencies
1 parent 9012254 commit 2dfc705

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Login against a Docker registry
4343
# https://github.com/docker/login-action
4444
- name: Log into registry ${{ env.REGISTRY }}
45-
uses: docker/login-action@v3.5.0
45+
uses: docker/login-action@v3.6.0
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.actor }}
@@ -127,15 +127,15 @@ jobs:
127127
# Install the cosign tool
128128
# https://github.com/sigstore/cosign-installer
129129
- name: Install cosign
130-
uses: sigstore/[email protected].0
130+
uses: sigstore/[email protected].1
131131

132132
- name: Setup Docker buildx
133133
uses: docker/[email protected]
134134

135135
# Login against a Docker registry
136136
# https://github.com/docker/login-action
137137
- name: Log into registry ${{ env.REGISTRY }}
138-
uses: docker/login-action@v3.5.0
138+
uses: docker/login-action@v3.6.0
139139
with:
140140
registry: ${{ env.REGISTRY }}
141141
username: ${{ github.actor }}
@@ -229,15 +229,15 @@ jobs:
229229
# Install the cosign tool
230230
# https://github.com/sigstore/cosign-installer
231231
- name: Install cosign
232-
uses: sigstore/[email protected].0
232+
uses: sigstore/[email protected].1
233233

234234
- name: Setup Docker buildx
235235
uses: docker/[email protected]
236236

237237
# Login against a Docker registry
238238
# https://github.com/docker/login-action
239239
- name: Log into registry ${{ env.REGISTRY }}
240-
uses: docker/login-action@v3.5.0
240+
uses: docker/login-action@v3.6.0
241241
with:
242242
registry: ${{ env.REGISTRY }}
243243
username: ${{ github.actor }}

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python 3.13
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: "3.13"
33+
python-version: "3.14"
3434

3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v6

.github/workflows/python-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python 3.13
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v6
2626
- name: Install dependencies

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python 3.13
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v6
2626
- name: Install dependencies

.github/workflows/python-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python 3.13
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v6
2626
- name: Install dependencies

.github/workflows/python-typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python 3.13
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v6
2626
- name: Install dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3434
&& apt-get install -y --no-install-recommends \
3535
build-essential gcc git
3636

37-
COPY --from=ghcr.io/astral-sh/uv:0.8.22 /uv /uvx /bin/
37+
COPY --from=ghcr.io/astral-sh/uv:0.9.4 /uv /uvx /bin/
3838

3939
# From here we shouldn't need anymore a root user
4040
# Switch to nonroot and config uv

0 commit comments

Comments
 (0)