Skip to content

Commit

Permalink
chore(deps): update walletconnect/actions-rs action to v2 (#494)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent a812b38 commit 9ac8a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
token: ${{ secrets.RELEASE_PAT }}

- name: Install Rust ${{ vars.RUST_VERSION }}
uses: WalletConnect/actions-rs/toolchain@1.1.0
uses: WalletConnect/actions-rs/toolchain@2.0.0
with:
toolchain: ${{ vars.RUST_VERSION }}
profile: 'default'
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
working-directory: rs-relay

- name: Integration Tests
uses: WalletConnect/actions-rs/cargo@1.1.0
uses: WalletConnect/actions-rs/cargo@2.0.0
with:
command: test
args: --test integration

0 comments on commit 9ac8a76

Please sign in to comment.