Skip to content

Commit

Permalink
feat: set locked by default
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Mar 23, 2023
1 parent fbee928 commit 4a97b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Breaking:** The action now runs on Node.js 16.
- **Breaking:** Versions without semver range (e.g. `1.2.3`) are now considered
as exact versions.
- **Breaking:** Set `--locked` by default. `locked` input is no longer deprecated.
- Name and version are no longer hashed in the cache key. This allow to identify
cache entries in the cache management UI more easily.
- Various code improvements and refactoring.
Expand Down
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ inputs:
locked:
description: "Use the crate Cargo.lock if available."
required: false
default: "false"
deprecationMessage: "Use the `args` input with `--locked` instead."
default: "true"
args:
description: "Arguments added to the `cargo install` command."
required: false
Expand Down

0 comments on commit 4a97b38

Please sign in to comment.