From 7c94b66ca2aa9213ad61333a5f22bb4619021ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:56:05 +0000 Subject: [PATCH] chore(deps): bump nick-fields/retry from 2 to 3 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2 to 3. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2...v3) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bash_install.yml | 4 ++-- .github/workflows/bash_install_decrement.yml | 4 ++-- .github/workflows/bash_install_only.yml | 4 ++-- .github/workflows/bash_install_policy.yml | 4 ++-- .github/workflows/pwsh_install_ccid.yml | 4 ++-- .github/workflows/pwsh_install_policy.yml | 4 ++-- .github/workflows/pwsh_migrate.yml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) 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 }}