summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull-request-checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull-request-checks.yml')
-rw-r--r--.github/workflows/pull-request-checks.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 3c562282..fe098a6b 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -168,7 +168,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.58.1
+ uses: dtolnay/rust-toolchain@1.62.1
with:
components: rustfmt, clippy
@@ -180,7 +180,7 @@ jobs:
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
with:
- toolchain: 1.58.1
+ toolchain: 1.62.1
command: clippy
args: --version
@@ -188,7 +188,7 @@ jobs:
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
with:
- toolchain: 1.58.1
+ toolchain: 1.62.1
command: clippy
args: --all-features
@@ -220,7 +220,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.58.1
+ uses: dtolnay/rust-toolchain@1.62.1
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
@@ -258,7 +258,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.58.1
+ uses: dtolnay/rust-toolchain@1.62.1
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
@@ -289,7 +289,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.58.1
+ uses: dtolnay/rust-toolchain@1.62.1
with:
targets: armv7-unknown-linux-gnueabihf
@@ -317,7 +317,7 @@ jobs:
uses: actions/checkout@v3
- name: enable toolchain via github action
- uses: dtolnay/rust-toolchain@1.58.1
+ uses: dtolnay/rust-toolchain@1.62.1
with:
target: armv7-unknown-linux-gnueabihf
@@ -342,8 +342,8 @@ jobs:
# - name: Checkout
# uses: actions/checkout@v3
#
-# - name: Install rust v1.58.1
-# uses: dtolnay/rust-toolchain@1.58.1
+# - name: Install rust v1.62.1
+# uses: dtolnay/rust-toolchain@1.62.1
#
# - name: Enable cache
# # https://github.com/marketplace/actions/rust-cache