Skip to content

Commit 364218a

Browse files
authored
Update github action modules (#54)
Signed-off-by: 1gtm <[email protected]>
1 parent 57db2c2 commit 364218a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
2727
- name: Set up QEMU
2828
id: qemu
29-
uses: docker/setup-qemu-action@v1
29+
uses: docker/setup-qemu-action@v3
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v1
32+
uses: docker/setup-buildx-action@v3
3333

3434
- name: Log in to the GitHub Container registry
3535
uses: docker/login-action@v2

0 commit comments

Comments
 (0)