Open
Description
Apparently, when using the cargo set-version --workspace
command in GitHub actions using a linux runner, the Cargo.lock
file does not get updated with the updated version. When running on Windows, my WIP has a Cargo.toml
and Cargo.lock
change. In our scenario, the repository using the action is setup to use workspaces.
Update:
Apparently, the issue recreates for windows-latest
runners too. I could only recreate the issue in my sample repository once I added a private crate.
This is with the latest version: 0.12.2