Skip to content

Commit

Permalink
Pin cargo-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Feb 14, 2025
1 parent b3958f9 commit 2176561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
- name: Install 'cargo-release'
if: ${{ contains(inputs.components, 'release') }}
shell: bash
run: cargo install cargo-release
run: cargo install cargo-release@0.25.15

- name: Install 'cargo-semver-checks'
if: ${{ contains(inputs.components, 'semver-checks') }}
Expand Down

0 comments on commit 2176561

Please sign in to comment.