Skip to content

Commit

Permalink
fix: upgrade electrum-client and setup-docker-macos-action
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Aug 17, 2023
1 parent 48e3707 commit 8a94557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
uses: mikehardy/buildcache-action@v2

- name: Setup Docker Colima 1
uses: douglascamata/setup-docker-macos-action@v1-alpha
uses: douglascamata/setup-docker-macos-action@v1-alpha.6
id: docker1
continue-on-error: true

- name: Setup Docker Colima 2
if: steps.docker1.outcome != 'success'
uses: douglascamata/setup-docker-macos-action@v1-alpha
uses: douglascamata/setup-docker-macos-action@v1-alpha.6
id: docker2
continue-on-error: true

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"bitcoin-json-rpc": "^1.2.7",
"browserify-zlib": "^0.2.0",
"dns.js": "^1.0.1",
"electrum-client": "github:BlueWallet/rn-electrum-client#76c0ea35e1a50c47f3a7f818d529ebd100161496",
"electrum-client": "github:BlueWallet/rn-electrum-client#47acb51149e97fab249c3f8a314f708dbee4fb6e",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"from": "^0.1.7",
Expand Down

0 comments on commit 8a94557

Please sign in to comment.