Skip to content

Commit

Permalink
Merge pull request #4555 from spidernet-io/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/setup-qemu-action-3.3.0

build(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0
  • Loading branch information
weizhoublue authored Jan 13, 2025
2 parents efdf205 + c22d544 commit f5d7663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

- name: Get Code Version Before Checkout
id: get_event_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

- name: Get Info
id: get_info
Expand Down

0 comments on commit f5d7663

Please sign in to comment.