Skip to content

Commit 6c7ed2e

Browse files
authored
Merge branch 'main' into dependabot/uv/python-minor-patch-02072515f2
2 parents 8d358e4 + bdb2938 commit 6c7ed2e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.github/actions/setup-docker/action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ inputs:
1919
runs:
2020
using: "composite"
2121
steps:
22-
- uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0
22+
- uses: docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4.0
2323
if: inputs.enable-qemu == 'true'
24-
- uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
24+
- uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
2525
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
2626
with:
2727
username: ${{ inputs.dockerhub-username }}

‎.github/workflows/docker-stable.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
3636

3737
- name: Build & Push Stable Docker
38-
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
38+
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
3939
with:
4040
push: true
4141
platforms: linux/amd64,linux/arm64

‎.github/workflows/pr-preview.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
261261

262262
- name: Build and push Docker preview
263-
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
263+
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
264264
with:
265265
# Build from the checked-out workspace, not the default Git context. The
266266
# wheel is only present here as a downloaded artifact, and this also keeps

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: |
111111
steps.verify_package.outputs.success == 'true' &&
112112
steps.docker_check.outputs.docker_exists != 'true'
113-
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
113+
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
114114
env:
115115
VERSION: ${{ env.VERSION }}
116116
with:

0 commit comments

Comments
 (0)