diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 6803b1e..2526fae 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -45,7 +45,7 @@ jobs: key: ${{ matrix.platform.target }} - run: cargo +nightly fmt --check - run: cargo clippy - - uses: houseabsolute/actions-rust-cross@v0 + - uses: houseabsolute/actions-rust-cross@v1 with: command: "build" target: ${{ matrix.platform.target }}