Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cargo): Update warp dependency #1977

Merged
merged 9 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ui-test-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Satellite-im/Warp
ref: b574da4ab10cfd7bf38ec0e2b499232a2e8f8eff
ref: 01beb3ceda05b97aeba7e4ba6059c8ec1a2bd16b

- name: Set up cargo cache πŸ› οΈ
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Satellite-im/Warp
ref: b574da4ab10cfd7bf38ec0e2b499232a2e8f8eff
ref: 01beb3ceda05b97aeba7e4ba6059c8ec1a2bd16b
path: "./warp"

- name: Install Dependencies for WebdriverIO
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Satellite-im/Warp
ref: b574da4ab10cfd7bf38ec0e2b499232a2e8f8eff
ref: 01beb3ceda05b97aeba7e4ba6059c8ec1a2bd16b
path: "./warp"

- name: Install Dependencies for WebdriverIO
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Satellite-im/Warp
ref: b574da4ab10cfd7bf38ec0e2b499232a2e8f8eff
ref: 01beb3ceda05b97aeba7e4ba6059c8ec1a2bd16b
path: "./warp"

- name: Download Key file πŸ—³οΈ
Expand Down
Loading
Loading