From 9ac8a76cb0d4407dcca96dfc3aceed64bed2cfd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:38:02 -0400 Subject: [PATCH] chore(deps): update walletconnect/actions-rs action to v2 (#494) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sub-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sub-ci.yml b/.github/workflows/sub-ci.yml index 3d95a1bf..d0119730 100644 --- a/.github/workflows/sub-ci.yml +++ b/.github/workflows/sub-ci.yml @@ -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' @@ -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