From 992ae13df0b27b4ac97e6f3a2d1c0bded1db19d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:25:37 +0200 Subject: [PATCH] Bump nick-invision/retry from 2.8.1 to 2.8.2 (#1699) Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.1 to 2.8.2. - [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/b4fa57557dda8c2f30bcb2d19372cc3237190f7f...3e91a01664abd3c5cd539100d10d33b9c5b68482) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci] --- .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 92ef4e428..a8671eaaf 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@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2 + uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # 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@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2 + uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # 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@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2 + uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # 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@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2 + uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2 with: timeout_minutes: 20 max_attempts: 3