summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-03 19:52:57 -0400
committerGitHub <noreply@github.com>2024-07-03 19:52:57 -0400
commit16ebbbedf9d6b328c8012933242fbb93b6e3613c (patch)
tree946968106a5b5ef670c0266572386cfe6a8357f0 /.github
parent114c54df69738156a70079b5de3352a032c755f9 (diff)
deps(actions): Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#2160)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.0.0...v3.1.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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/docker.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3327431c..8d6153f1 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.0.0
+ uses: docker/setup-qemu-action@v3.1.0
- run: |
git config --global user.email "bogus@example.com"
git config --global user.name "Someone"
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 3434b49a..3c0648c8 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -24,7 +24,7 @@ jobs:
mkdir -p ~/.docker
echo '{"experimental": "enabled"}' > ~/.docker/config.json
- name: Set up QEMU
- uses: docker/setup-qemu-action@v3.0.0
+ uses: docker/setup-qemu-action@v3.1.0
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.3.0