Skip to content

Commit 060dc00

Browse files
Update all non-major dependencies
1 parent 68aac30 commit 060dc00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# Install the cosign tool
128128
# https://github.com/sigstore/cosign-installer
129129
- name: Install cosign
130-
uses: sigstore/[email protected].1
130+
uses: sigstore/[email protected].2
131131

132132
- name: Setup Docker buildx
133133
uses: docker/[email protected]
@@ -229,7 +229,7 @@ jobs:
229229
# Install the cosign tool
230230
# https://github.com/sigstore/cosign-installer
231231
- name: Install cosign
232-
uses: sigstore/[email protected].1
232+
uses: sigstore/[email protected].2
233233

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

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.7.20 /uv /uvx /bin/
37+
COPY --from=ghcr.io/astral-sh/uv:0.8.2 /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)