Skip to content

Commit

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

0 comments on commit 4834eba

Please sign in to comment.