summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 2 insertions, 2 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