Skip to content

Commit db6681f

Browse files
committed
Update CI
1 parent 5498c8f commit db6681f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
main:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: docker/setup-qemu-action@v1
15-
- uses: docker/setup-buildx-action@v1
13+
- uses: actions/checkout@v3
14+
- uses: docker/setup-qemu-action@v2
15+
- uses: docker/setup-buildx-action@v2
1616
- run: wget -O run https://raw.githubusercontent.com/minidocks/images/master/run
1717
- env:
1818
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}

0 commit comments

Comments
 (0)