Skip to content

Commit

Permalink
updated CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Feb 2, 2024
1 parent ec0dfbc commit e0e253c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/event_intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sub-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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'
Expand Down

0 comments on commit e0e253c

Please sign in to comment.