Skip to content

Commit 122c855

Browse files
abensochcmedeiros
andauthored
Chore: Remove deprecated deps (#301)
* format * update ci * audit fixes * bump version * clean up * update deps --------- Co-authored-by: Carlos Medeiros <[email protected]>
1 parent aabe361 commit 122c855

File tree

25 files changed

+339
-293
lines changed

25 files changed

+339
-293
lines changed

.github/workflows/check_version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
configure:
15-
runs-on: ubuntu-latest
15+
runs-on: ${{ github.repository_owner == 'zondax' && 'zondax-runners' || 'ubuntu-latest' }}
1616
outputs:
1717
uid_gid: ${{ steps.get-user.outputs.uid_gid }}
1818
steps:
@@ -21,7 +21,7 @@ jobs:
2121

2222
get_version:
2323
needs: configure
24-
runs-on: ubuntu-latest
24+
runs-on: ${{ github.repository_owner == 'zondax' && 'zondax-runners' || 'ubuntu-latest' }}
2525
container:
2626
image: zondax/ledger-app-builder:latest
2727
options: --user ${{ needs.configure.outputs.uid_gid }}
@@ -40,7 +40,7 @@ jobs:
4040

4141
check_app_version:
4242
needs: get_version
43-
runs-on: ubuntu-latest
43+
runs-on: ${{ github.repository_owner == 'zondax' && 'zondax-runners' || 'ubuntu-latest' }}
4444
steps:
4545
- id: checkTag
4646
uses: mukunku/[email protected]

0 commit comments

Comments
 (0)