Skip to content

Commit

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

0 comments on commit 8d578d3

Please sign in to comment.