2 Commits abc551b38d ... 042c6d1e77

Autore SHA1 Messaggio Data
  dependabot[bot] 042c6d1e77 build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (#118) 1 mese fa
  dependabot[bot] 83a016f70d build(deps): bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (#119) 1 mese fa
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/container-image.yml

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

@@ -10,8 +10,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. [...]