Skip to content

Commit 5d76e7b

Browse files
Bump nick-invision/retry from 2.8.0 to 2.8.1 (SeleniumHQ#1652)
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.0 to 2.8.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@616fa81...b4fa575) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d0d8c8 commit 5d76e7b

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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
54+
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # 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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
60+
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # 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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
66+
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # 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@616fa81820c9b34fd44f4a0cfeda436b4b8338d3 # v2
72+
uses: nick-invision/retry@b4fa57557dda8c2f30bcb2d19372cc3237190f7f # v2
7373
with:
7474
timeout_minutes: 20
7575
max_attempts: 3

0 commit comments

Comments
 (0)