Skip to content

Commit 96433ac

Browse files
committed
Update versions of GHA actions used
1 parent 8353b4e commit 96433ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626

2727
steps:
2828

29-
- uses: docker/setup-qemu-action@v2
29+
- uses: docker/setup-qemu-action@v3
3030

31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

33-
- uses: docker/login-action@v2
33+
- uses: docker/login-action@v3
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)