Skip to content

Commit 9c65f02

Browse files
Update docker/setup-qemu-action action to v4.3.0 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04c3cf7 commit 9c65f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
slug=$(printf '%s' "$ENVIRONMENT" | tr '[:upper:]' '[:lower:]' | tr '_' '-')
5555
echo "slug=$slug" >> "$GITHUB_OUTPUT"
5656
echo "short_sha=${GITHUB_SHA:0:7}" >> "$GITHUB_OUTPUT"
57-
- uses: docker/setup-qemu-action@v4.2.0
57+
- uses: docker/setup-qemu-action@v4.3.0
5858
- uses: docker/setup-buildx-action@v4.3.0
5959
- uses: docker/login-action@v4.6.0
6060
with:

0 commit comments

Comments
 (0)