Skip to content

Commit 48c9f03

Browse files
committed
Upgrade actions to v2
1 parent 07450f2 commit 48c9f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
uses: actions/checkout@v3
1010
# https://github.com/docker/setup-qemu-action
1111
- name: Set up QEMU
12-
uses: docker/setup-qemu-action@v1
12+
uses: docker/setup-qemu-action@v2
1313
# https://github.com/docker/setup-buildx-action
1414
- name: Set up Docker Buildx
15-
uses: docker/setup-buildx-action@v1
15+
uses: docker/setup-buildx-action@v2
1616
- name: Build image
1717
run: make docker-build
1818
env:

0 commit comments

Comments
 (0)