Skip to content

Commit

Permalink
actions: Use latest cargo-make
Browse files Browse the repository at this point in the history
This updates the version of cargo-make used in the GitHub Action runs.
This is only part of the workflow since things are delegated off to
twoliter and the SDK, but we should keep the initial `cargo make` calls
updated.

Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed Sep 26, 2023
1 parent e7b6b16 commit 68bc7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ runs:
path: |
.cargo
key: ${{ hashFiles('.github/workflows/cache.yml') }}-${{ runner.os }}-${{ env.OS_ARCH }}-${{ hashFiles('sources/Cargo.lock') }}
- run: cargo install --locked --version 0.36.0 cargo-make
- run: cargo install cargo-make
shell: bash
- if: ${{ inputs.perform-cache-cleanup }}
run: cargo install --locked --version 0.8.3 --no-default-features --features ci-autoclean cargo-cache
run: cargo install --no-default-features --features ci-autoclean cargo-cache
shell: bash

0 comments on commit 68bc7eb

Please sign in to comment.