Skip to content

Commit

Permalink
ci(deps): update taiki-e/install-action action to v2.21.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2023
1 parent 7efb299 commit c7b1cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
key: ${{ matrix.target }}
- name: Install cross
if: ${{ !matrix.os && matrix.use-cross }}
uses: taiki-e/install-action@f3ff5c05339a5913959d55b860581f28e1778bf2 # v2.21.15
uses: taiki-e/install-action@dd2be0d4c91c3f760b208b1d954dd582cdd782fe # v2.21.16
with:
tool: cross
- run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}
Expand Down

0 comments on commit c7b1cb5

Please sign in to comment.