From e0e253c8c2d469898aa1575b2f1bead5b06dee35 Mon Sep 17 00:00:00 2001 From: Xavier Basty Date: Fri, 2 Feb 2024 16:23:16 +0100 Subject: [PATCH] updated CI versions --- .github/workflows/event_intake.yml | 4 ++-- .github/workflows/sub-validate.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/event_intake.yml b/.github/workflows/event_intake.yml index 36ff490..f715af1 100644 --- a/.github/workflows/event_intake.yml +++ b/.github/workflows/event_intake.yml @@ -14,7 +14,7 @@ jobs: runs-on: group: ${{ vars.RUN_GROUP }} steps: - - uses: actions/add-to-project@v0.1.0 + - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/WalletConnect/projects/20 github-token: ${{ secrets.ASSIGN_TO_PROJECT_GITHUB_TOKEN }} @@ -28,7 +28,7 @@ jobs: group: ${{ vars.RUN_GROUP }} steps: - name: Check Core Team membership - uses: tspascoal/get-user-teams-membership@v1 + uses: tspascoal/get-user-teams-membership@v3 id: is-core-team with: username: ${{ github.event_name != 'pull_request' && github.event.issue.user.login || github.event.sender.login }} diff --git a/.github/workflows/sub-validate.yml b/.github/workflows/sub-validate.yml index 736532f..7ba1234 100644 --- a/.github/workflows/sub-validate.yml +++ b/.github/workflows/sub-validate.yml @@ -45,14 +45,14 @@ jobs: uses: actions/checkout@v4 - name: Install Rust ${{ inputs.rust-toolchain }} - uses: WalletConnect/actions-rs/toolchain@1.0.0 + uses: WalletConnect/actions-rs/toolchain@2.0.0 with: toolchain: ${{ inputs.rust-toolchain }} profile: 'default' override: true - name: "Run Integration Tests" - uses: WalletConnect/actions-rs/cargo@1.0.0 + uses: WalletConnect/actions-rs/cargo@2.0.0 env: PROJECT_ID: ${{ secrets.PROJECT_ID }} RPC_URL: ${{ inputs.stage-url }} @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x cache: 'yarn'