Skip to content

Commit

Permalink
ci: bump docker/setup-qemu-action from 3.5.0 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@5964de0...2910929)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and metaclips committed Mar 4, 2025
1 parent a986a43 commit 96155f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/distroless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392

- id: buildx
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ockam-healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
username: $ORGANIZATION
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392

- id: buildx
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ockam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
username: $ORGANIZATION
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392

- id: buildx
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
Expand Down

0 comments on commit 96155f5

Please sign in to comment.