2 Commits d0d434e94b ... 7b1feb5e6c

Author SHA1 Message Date
  dependabot[bot] 7b1feb5e6c Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 (#122) 4 weeks ago
  dependabot[bot] 74cef2cb1b Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#123) 4 weeks ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/container-image.yml

+ 2 - 2
.github/workflows/container-image.yml

@@ -12,8 +12,8 @@ jobs:
   docker-build:
     runs-on: ubuntu-24.04
     steps:
-    - uses: docker/setup-qemu-action@v4.0.0
-    - uses: docker/setup-buildx-action@v4.0.0
+    - uses: docker/setup-qemu-action@v4.1.0
+    - uses: docker/setup-buildx-action@v4.1.0
     # > By default, this action uses the Git context so you don't need to use
     # > the actions/checkout action to checkout the repository because this
     # > will be done directly by buildkit. [...]