2 Commits 26fe4a6cf2 ... 4e6729033e

Author SHA1 Message Date
  dependabot[bot] 4e6729033e build(deps): bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (#85) 1 month ago
  dependabot[bot] b71b548f96 build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (#86) 1 month 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-20.04
     steps:
-    - uses: docker/setup-qemu-action@v3.3.0
-    - uses: docker/setup-buildx-action@v3.8.0
+    - uses: docker/setup-qemu-action@v3.4.0
+    - uses: docker/setup-buildx-action@v3.9.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. [...]