diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d4b93bf..25aa1ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: # TODO: see if this is needed after next deploy # - if: startsWith(matrix.os, 'ubuntu') && !endsWith(matrix.target, '-musl') - - uses: taiki-e/setup-cross-toolchain-action@v1.26.0 + - uses: taiki-e/setup-cross-toolchain-action@v1.28.0 with: target: ${{ matrix.target }}