diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3783294..3376ca2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -115,7 +115,7 @@ jobs: with: version: 0.14.1 - name: Install cargo-zigbuild - uses: taiki-e/install-action@50cee16bd6b97b2579572f83cfa1c0a721b1e336 # v2 + uses: taiki-e/install-action@02b0f6e578e5f62f4c2e3b578ae0e1a01554138e # v2 if: ${{ contains(matrix.settings.target, 'musl') }} env: GITHUB_TOKEN: ${{ github.token }}