Skip to content

Commit

Permalink
chore: upgrade ci version (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
mclyk authored Feb 21, 2023
1 parent 4e6fca4 commit 989ac70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extrinsic-ordering-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-05-11
toolchain: nightly-2022-07-24
components: rustfmt, clippy
override: true

- name: Install wasm32-unknown-unknown
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-05-11
toolchain: nightly-2022-07-24
target: wasm32-unknown-unknown
override: true
- name: Install Protoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly-2022-05-11]
rust: [nightly-2022-07-24]

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-05-11
toolchain: nightly-2022-07-24
components: rustfmt
target: wasm32-unknown-unknown
default: true
Expand Down

0 comments on commit 989ac70

Please sign in to comment.