Skip to content

Commit c9e8fb5

Browse files
authored
Merge branch 'main' into renovate/pypi-pypdf-vulnerability
2 parents c33c452 + 4aa9a32 commit c9e8fb5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bump_libraries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Read Python version from .python-version
2121
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v7
2424
- name: Set up Python ${{ env.PYTHON_VERSION }}
2525
run: uv python install ${{ env.PYTHON_VERSION }}
2626
- name: Dependabot metadata

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Read Python version from .python-version
1818
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v5
20+
uses: astral-sh/setup-uv@v7
2121
with:
2222
enable-cache: true
2323
cache-dependency-glob: "uv.lock"
@@ -43,7 +43,7 @@ jobs:
4343
- name: Read Python version from .python-version
4444
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
4545
- name: Install uv
46-
uses: astral-sh/setup-uv@v5
46+
uses: astral-sh/setup-uv@v7
4747
with:
4848
enable-cache: true
4949
cache-dependency-glob: "uv.lock"
@@ -86,7 +86,7 @@ jobs:
8686
- name: Read Python version from .python-version
8787
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
8888
- name: Install uv
89-
uses: astral-sh/setup-uv@v5
89+
uses: astral-sh/setup-uv@v7
9090
with:
9191
enable-cache: true
9292
cache-dependency-glob: "uv.lock"

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Read Python version from .python-version
4141
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
4242
- name: Login to Quay.io
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
registry: quay.io
4646
username: ${{ secrets.QUAY_IO_ROBOT_USERNAME }}
@@ -76,7 +76,7 @@ jobs:
7676
--cache-from $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }} \
7777
-t $DOCKER_BUILD_REPOSITORY:${{ matrix.arch }}-$SHORT_SHA .
7878
- name: Install uv
79-
uses: astral-sh/setup-uv@v5
79+
uses: astral-sh/setup-uv@v7
8080
with:
8181
enable-cache: true
8282
cache-dependency-glob: "uv.lock"
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set SHORT_SHA
104104
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
105105
- name: Login to Quay.io
106-
uses: docker/login-action@v3
106+
uses: docker/login-action@v4
107107
with:
108108
registry: quay.io
109109
username: ${{ secrets.QUAY_IO_ROBOT_USERNAME }}

0 commit comments

Comments
 (0)