summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 04:05:42 -0400
committerGitHub <noreply@github.com>2021-05-12 04:05:42 -0400
commit6ccdcf726751545a4dc0aa86e5347e564fa6cbce (patch)
treed191833a6cc93fd59fe161d3205ab488a75f41d6
parent3696ffdfe56052037dce6ec544caf9fef8d084d8 (diff)
build: bump actions-rs/toolchain from 1 to 1.0.7 (#2716)
Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7. - [Release notes](https://github.com/actions-rs/toolchain/releases) - [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md) - [Commits](https://github.com/actions-rs/toolchain/compare/v1...v1.0.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/deploy.yml4
-rw-r--r--.github/workflows/workflow.yml8
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 23f14abec..cf498be3e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -72,7 +72,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Setup | Rust
- uses: actions-rs/toolchain@v1
+ uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
override: true
@@ -157,7 +157,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup | Rust
- uses: actions-rs/toolchain@v1
+ uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
profile: minimal
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 114d3569d..b54e2596d 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup | Rust
- uses: actions-rs/toolchain@v1
+ uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
override: true
@@ -58,7 +58,7 @@ jobs:
run: sudo apt-get install libdbus-1-dev
- name: Setup | Rust
- uses: actions-rs/toolchain@v1
+ uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
override: true
@@ -90,7 +90,7 @@ jobs:
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Setup | Rust
- uses: actions-rs/toolchain@v1
+ uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
profile: minimal
@@ -130,7 +130,7 @@ jobs:
# Install all the required dependencies for testing
- name: Setup | Rust
- uses: actions-rs/toolchain@v1
+ uses: actions-rs/toolchain@v1.0.7
with:
toolchain: ${{ matrix.rust }}
profile: minimal