Skip to content

Commit

Permalink
ci(deps): update taiki-e/install-action action to v2.21.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent d8fab00 commit b2eaf53
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@addb7d697b0081ef0a2b09d830daf6269d640920 # v2.21.20
uses: taiki-e/install-action@c1dd9c9e59427252db32b9ece987f4eebc3a021a # v2.21.21
with:
tool: cross
- run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}
Expand Down

0 comments on commit b2eaf53

Please sign in to comment.