fix: use dtolnay/rust-toolchain@master instead of dtolnay/rust-action@stable
This commit is contained in:
4
.github/workflows/integration-test.yml
vendored
4
.github/workflows/integration-test.yml
vendored
@@ -14,8 +14,8 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-action@stable
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
|
||||
- name: Install Podman
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user