Skip to content

Commit 628a855

Browse files
committed
update versions of workflow dependencies
1 parent c3bc5fd commit 628a855

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Only amd64, since we're just building a container
3333
# to be used below in the GH action runner.
3434
- name: Build and publish Docker image
35-
uses: docker/build-push-action@v5
35+
uses: docker/build-push-action@v6
3636
with:
3737
# Cache layers from the container repo.
3838
# This minimizes the amount of times we have to rebuild pandoc.

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Set up QEMU for cross-platform builds below
3030
- name: Set up QEMU
31-
uses: docker/setup-qemu-action@v3.2.0
31+
uses: docker/setup-qemu-action@v3
3232
with:
3333
image: tonistiigi/binfmt:latest
3434
platforms: all
@@ -50,7 +50,7 @@ jobs:
5050
# Build and push Docker image with Buildx
5151
# https://github.com/docker/build-push-action
5252
- name: Build and publish Docker image
53-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v6
5454
with:
5555
# Cache layers from the container repo.
5656
# Update the cache only on pushes to main.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Set up QEMU for cross-platform builds below
3030
- name: Set up QEMU
31-
uses: docker/setup-qemu-action@v3.2.0
31+
uses: docker/setup-qemu-action@v3
3232
with:
3333
image: tonistiigi/binfmt:latest
3434
platforms: all
@@ -50,7 +50,7 @@ jobs:
5050
# Build and push Docker image with Buildx
5151
# https://github.com/docker/build-push-action
5252
- name: Build and publish Docker image
53-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v6
5454
with:
5555
# Cache layers from the container repo.
5656
# Update the cache only on pushes to main.

0 commit comments

Comments
 (0)