Skip to content

Commit

Permalink
Merge pull request #120 from blinklabs-io/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-qemu-action-3

chore(deps): Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
wolf31o2 authored Dec 11, 2023
2 parents 79004a9 + 83e6a0c commit ab894e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- id: meta
uses: docker/metadata-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand Down

0 comments on commit ab894e0

Please sign in to comment.