diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 1515aed2..49ddeeb6 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -47,7 +47,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 }}