Skip to content

Commit

Permalink
Upgrade action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed May 8, 2024
1 parent 41756cd commit 87aee94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/setup-qemu-action@v2
- uses: docker/login-action@v2.1.0
- uses: docker/setup-qemu-action@v3.0.0
- uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 87aee94

Please sign in to comment.