1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

changed ownership of retry package (#4891)

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2022-02-16 11:33:08 -05:00 committed by GitHub
parent 733bb543c9
commit 560ef99080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- uses: nick-invision/retry@v2 - uses: nick-fields/retry@v2
name: Install dependencies name: Install dependencies
with: with:
timeout_minutes: 10 timeout_minutes: 10
@ -53,7 +53,7 @@ jobs:
- run: make build-npm - run: make build-npm
name: Generate npm package name: Generate npm package
- uses: nick-invision/retry@v2 - uses: nick-fields/retry@v2
name: Build bundled extensions name: Build bundled extensions
with: with:
timeout_minutes: 15 timeout_minutes: 15