diff --git a/.github/workflows/bash_install.yml b/.github/workflows/bash_install.yml index 55fbf6d..c694519 100644 --- a/.github/workflows/bash_install.yml +++ b/.github/workflows/bash_install.yml @@ -125,7 +125,7 @@ jobs: - name: Run role tests id: molecule-role-test - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} @@ -144,7 +144,7 @@ jobs: continue-on-error: true - name: Ensure instances are destroyed - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} diff --git a/.github/workflows/bash_install_decrement.yml b/.github/workflows/bash_install_decrement.yml index db7d857..a34b5bd 100644 --- a/.github/workflows/bash_install_decrement.yml +++ b/.github/workflows/bash_install_decrement.yml @@ -133,7 +133,7 @@ jobs: - name: Run role tests id: molecule-role-test - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} @@ -152,7 +152,7 @@ jobs: continue-on-error: true - name: Ensure instances are destroyed - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} diff --git a/.github/workflows/bash_install_only.yml b/.github/workflows/bash_install_only.yml index 821a793..9dbbf78 100644 --- a/.github/workflows/bash_install_only.yml +++ b/.github/workflows/bash_install_only.yml @@ -125,7 +125,7 @@ jobs: - name: Run role tests id: molecule-role-test - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} @@ -144,7 +144,7 @@ jobs: continue-on-error: true - name: Ensure instances are destroyed - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} diff --git a/.github/workflows/bash_install_policy.yml b/.github/workflows/bash_install_policy.yml index 8a4c84a..c01fa96 100644 --- a/.github/workflows/bash_install_policy.yml +++ b/.github/workflows/bash_install_policy.yml @@ -125,7 +125,7 @@ jobs: - name: Run role tests id: molecule-role-test - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} @@ -144,7 +144,7 @@ jobs: continue-on-error: true - name: Ensure instances are destroyed - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} diff --git a/.github/workflows/pwsh_install_ccid.yml b/.github/workflows/pwsh_install_ccid.yml index f1bf283..56568c7 100644 --- a/.github/workflows/pwsh_install_ccid.yml +++ b/.github/workflows/pwsh_install_ccid.yml @@ -81,7 +81,7 @@ jobs: - name: Run role tests id: molecule-role-test - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} @@ -100,7 +100,7 @@ jobs: continue-on-error: true - name: Ensure instances are destroyed - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} diff --git a/.github/workflows/pwsh_install_policy.yml b/.github/workflows/pwsh_install_policy.yml index b1a3f5e..435fe44 100644 --- a/.github/workflows/pwsh_install_policy.yml +++ b/.github/workflows/pwsh_install_policy.yml @@ -81,7 +81,7 @@ jobs: - name: Run role tests id: molecule-role-test - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} @@ -100,7 +100,7 @@ jobs: continue-on-error: true - name: Ensure instances are destroyed - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} diff --git a/.github/workflows/pwsh_migrate.yml b/.github/workflows/pwsh_migrate.yml index 9b26cf2..9b7ecba 100644 --- a/.github/workflows/pwsh_migrate.yml +++ b/.github/workflows/pwsh_migrate.yml @@ -81,7 +81,7 @@ jobs: - name: Run role tests id: molecule-role-test - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }} @@ -100,7 +100,7 @@ jobs: continue-on-error: true - name: Ensure instances are destroyed - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 env: MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }} MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}