From d854b578f12a18ae30ae006897f75d9d1d512795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:18:29 +0200 Subject: [PATCH] Bump nick-invision/retry from 2.7.0 to 2.7.1 (#1648) Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/e88a9994b039653512d697de1bce46b00bfe11b5...0f986c438bbaefa5175ed096471df46c6fc185da) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Diego Molina --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 643374673..864cd54d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,25 +51,25 @@ jobs: DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}} - name: Deploy new images - uses: nick-invision/retry@e88a9994b039653512d697de1bce46b00bfe11b5 # v2 + uses: nick-invision/retry@0f986c438bbaefa5175ed096471df46c6fc185da # v2 with: timeout_minutes: 20 max_attempts: 3 command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release - name: Tag images as latest - uses: nick-invision/retry@e88a9994b039653512d697de1bce46b00bfe11b5 # v2 + uses: nick-invision/retry@0f986c438bbaefa5175ed096471df46c6fc185da # v2 with: timeout_minutes: 20 max_attempts: 3 command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make tag_latest - name: Deploy latest tag - uses: nick-invision/retry@e88a9994b039653512d697de1bce46b00bfe11b5 # v2 + uses: nick-invision/retry@0f986c438bbaefa5175ed096471df46c6fc185da # v2 with: timeout_minutes: 20 max_attempts: 3 command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest - name: Tag browser images - uses: nick-invision/retry@e88a9994b039653512d697de1bce46b00bfe11b5 # v2 + uses: nick-invision/retry@0f986c438bbaefa5175ed096471df46c6fc185da # v2 with: timeout_minutes: 20 max_attempts: 3