Skip to content

Commit d854b57

Browse files
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](nick-fields/retry@e88a999...0f986c4) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Diego Molina <[email protected]>
1 parent c1c8cb6 commit d854b57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@ jobs:
5151
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
5252
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
5353
- name: Deploy new images
54-
uses: nick-invision/retry@e88a9994b039653512d697de1bce46b00bfe11b5 # v2
54+
uses: nick-invision/retry@0f986c438bbaefa5175ed096471df46c6fc185da # v2
5555
with:
5656
timeout_minutes: 20
5757
max_attempts: 3
5858
command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release
5959
- name: Tag images as latest
60-
uses: nick-invision/retry@e88a9994b039653512d697de1bce46b00bfe11b5 # v2
60+
uses: nick-invision/retry@0f986c438bbaefa5175ed096471df46c6fc185da # v2
6161
with:
6262
timeout_minutes: 20
6363
max_attempts: 3
6464
command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make tag_latest
6565
- name: Deploy latest tag
66-
uses: nick-invision/retry@e88a9994b039653512d697de1bce46b00bfe11b5 # v2
66+
uses: nick-invision/retry@0f986c438bbaefa5175ed096471df46c6fc185da # v2
6767
with:
6868
timeout_minutes: 20
6969
max_attempts: 3
7070
command: VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest
7171
- name: Tag browser images
72-
uses: nick-invision/retry@e88a9994b039653512d697de1bce46b00bfe11b5 # v2
72+
uses: nick-invision/retry@0f986c438bbaefa5175ed096471df46c6fc185da # v2
7373
with:
7474
timeout_minutes: 20
7575
max_attempts: 3

0 commit comments

Comments
 (0)