diff --git a/.github/workflows/test-role-certificates.yml b/.github/workflows/test-role-certificates.yml index 1b6e217a..76206055 100644 --- a/.github/workflows/test-role-certificates.yml +++ b/.github/workflows/test-role-certificates.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-cleanup.yml b/.github/workflows/test-role-cleanup.yml index 337c145e..29ab80fe 100644 --- a/.github/workflows/test-role-cleanup.yml +++ b/.github/workflows/test-role-cleanup.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-configfs.yml b/.github/workflows/test-role-configfs.yml index c35dcbe1..3c11479f 100644 --- a/.github/workflows/test-role-configfs.yml +++ b/.github/workflows/test-role-configfs.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-configuration.yml b/.github/workflows/test-role-configuration.yml index 6ec1cf69..b5c1b04d 100644 --- a/.github/workflows/test-role-configuration.yml +++ b/.github/workflows/test-role-configuration.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-docker_compose.yml b/.github/workflows/test-role-docker_compose.yml index d72884d4..a84aefbc 100644 --- a/.github/workflows/test-role-docker_compose.yml +++ b/.github/workflows/test-role-docker_compose.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-facts.yml b/.github/workflows/test-role-facts.yml index e61d0a43..a5e2568c 100644 --- a/.github/workflows/test-role-facts.yml +++ b/.github/workflows/test-role-facts.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-firewall.yml b/.github/workflows/test-role-firewall.yml index 9c0d9515..eb3689fb 100644 --- a/.github/workflows/test-role-firewall.yml +++ b/.github/workflows/test-role-firewall.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-hostname.yml b/.github/workflows/test-role-hostname.yml index 854ab79e..27618059 100644 --- a/.github/workflows/test-role-hostname.yml +++ b/.github/workflows/test-role-hostname.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-hosts.yml b/.github/workflows/test-role-hosts.yml index 134c7286..9639af49 100644 --- a/.github/workflows/test-role-hosts.yml +++ b/.github/workflows/test-role-hosts.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-ipmitool.yml b/.github/workflows/test-role-ipmitool.yml index 328b7cbd..1e146212 100644 --- a/.github/workflows/test-role-ipmitool.yml +++ b/.github/workflows/test-role-ipmitool.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-kernel_modules.yml b/.github/workflows/test-role-kernel_modules.yml index a6ae8ad4..013c8cd2 100644 --- a/.github/workflows/test-role-kernel_modules.yml +++ b/.github/workflows/test-role-kernel_modules.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-kompose.yml b/.github/workflows/test-role-kompose.yml index d6ada26b..29f87372 100644 --- a/.github/workflows/test-role-kompose.yml +++ b/.github/workflows/test-role-kompose.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-kubectl.yml b/.github/workflows/test-role-kubectl.yml index 4b2b555b..0795329f 100644 --- a/.github/workflows/test-role-kubectl.yml +++ b/.github/workflows/test-role-kubectl.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-lynis.yml b/.github/workflows/test-role-lynis.yml index 775fa277..5069908f 100644 --- a/.github/workflows/test-role-lynis.yml +++ b/.github/workflows/test-role-lynis.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-microcode.yml b/.github/workflows/test-role-microcode.yml index 609ac4b8..c4872101 100644 --- a/.github/workflows/test-role-microcode.yml +++ b/.github/workflows/test-role-microcode.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-motd.yml b/.github/workflows/test-role-motd.yml index 44ea3827..fa456a63 100644 --- a/.github/workflows/test-role-motd.yml +++ b/.github/workflows/test-role-motd.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-operator.yml b/.github/workflows/test-role-operator.yml index c24dd2ac..a69b3c77 100644 --- a/.github/workflows/test-role-operator.yml +++ b/.github/workflows/test-role-operator.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-packages.yml b/.github/workflows/test-role-packages.yml index cf4dccc6..06ad77a2 100644 --- a/.github/workflows/test-role-packages.yml +++ b/.github/workflows/test-role-packages.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-podman.yml b/.github/workflows/test-role-podman.yml index 24098947..f94f1bb2 100644 --- a/.github/workflows/test-role-podman.yml +++ b/.github/workflows/test-role-podman.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-proxy.yml b/.github/workflows/test-role-proxy.yml index 593148c6..2289fd73 100644 --- a/.github/workflows/test-role-proxy.yml +++ b/.github/workflows/test-role-proxy.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-repository.yml b/.github/workflows/test-role-repository.yml index 3ea91cc8..79b29442 100644 --- a/.github/workflows/test-role-repository.yml +++ b/.github/workflows/test-role-repository.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-resolvconf.yml b/.github/workflows/test-role-resolvconf.yml index 63af1623..7d0559b5 100644 --- a/.github/workflows/test-role-resolvconf.yml +++ b/.github/workflows/test-role-resolvconf.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-runc.yml b/.github/workflows/test-role-runc.yml index 2cdbdc46..fb905b9a 100644 --- a/.github/workflows/test-role-runc.yml +++ b/.github/workflows/test-role-runc.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-services.yml b/.github/workflows/test-role-services.yml index 7e20eeae..f27bcefc 100644 --- a/.github/workflows/test-role-services.yml +++ b/.github/workflows/test-role-services.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-sosreport.yml b/.github/workflows/test-role-sosreport.yml index 8d6697a7..9104d9a2 100644 --- a/.github/workflows/test-role-sosreport.yml +++ b/.github/workflows/test-role-sosreport.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-sshconfig.yml b/.github/workflows/test-role-sshconfig.yml index 64bfac3d..a6a6e75a 100644 --- a/.github/workflows/test-role-sshconfig.yml +++ b/.github/workflows/test-role-sshconfig.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-state.yml b/.github/workflows/test-role-state.yml index 403471dc..59477c00 100644 --- a/.github/workflows/test-role-state.yml +++ b/.github/workflows/test-role-state.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-sysctl.yml b/.github/workflows/test-role-sysctl.yml index 38fa44b5..b4a0d919 100644 --- a/.github/workflows/test-role-sysctl.yml +++ b/.github/workflows/test-role-sysctl.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-systohc.yml b/.github/workflows/test-role-systohc.yml index f63b23fd..f33e88ea 100644 --- a/.github/workflows/test-role-systohc.yml +++ b/.github/workflows/test-role-systohc.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-timezone.yml b/.github/workflows/test-role-timezone.yml index edcc793f..3400fe84 100644 --- a/.github/workflows/test-role-timezone.yml +++ b/.github/workflows/test-role-timezone.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml. diff --git a/.github/workflows/test-role-trivy.yml b/.github/workflows/test-role-trivy.yml index bf11d99a..9e0f417a 100644 --- a/.github/workflows/test-role-trivy.yml +++ b/.github/workflows/test-role-trivy.yml @@ -41,7 +41,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: install: true # NOTE: Technically, Molecule supports variable interpolation in molecule.yml.