Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Mar 12, 2024
1 parent 947f4b6 commit ee433e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- run: wget -O run https://raw.githubusercontent.com/minidocks/images/master/run
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
Expand Down

0 comments on commit ee433e3

Please sign in to comment.