build: correct path to rust toolchain action

This commit is contained in:
Paul Campbell 2024-08-04 13:47:25 +01:00
parent 5534160aaf
commit 2156780a3d

View file

@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: https://git.kemitix.net/kemitix/release-plz-action@dev
with: