diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-21 10:07:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 10:07:20 -0500 |
| commit | c8569a3eee56c12d2f239aaa64a8432648beaa52 (patch) | |
| tree | 3fd3913715560696a76d06891a42e5b6f5a34cbf | |
| parent | 4ec983511eea83575c7b93180a8b4cb2e90d8439 (diff) | |
deps(actions): Bump docker/setup-qemu-action from 3.2.0 to 3.4.0 (#2318)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.4.0)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/docker-main.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/docker.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2e8634a..bb69dfdb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: goarm: '7' steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.4.0 - run: | git config --global user.email "bogus@example.com" git config --global user.name "Someone" diff --git a/.github/workflows/docker-main.yml b/.github/workflows/docker-main.yml index cf835a4e..c0c59bd9 100644 --- a/.github/workflows/docker-main.yml +++ b/.github/workflows/docker-main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.4.0 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v3.9.0 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0ce3cdc3..8d74107e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -14,7 +14,7 @@ jobs: - '5000:5000' steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.4.0 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v3.9.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52376da3..54dcdc4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: TAG_NAME: ${{ github.event.release.tag_name }} steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.4.0 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v3.9.0 |
