Releases: DeterminateSystems/update-flake-lock
v8
v7
v6
v5
IMPORTANT NOTE
It's come to our attention that the per-input updating isn't working as expected due to an incorrect assumption (that we could run a script from this repo as a part of the action). If you rely on this feature, please follow the discussion in #18.
What's Changed
- Git repo spec by @cole-h in #13
- Allow consumers to update specific flake inputs by @cole-h in #15
- update: init action using ourself by @cole-h in #17
Full Changelog: v4...v5
v4
v3
v2
Important!
This was originally tagged as v1.1.0, but since GitHub Actions doesn't appear to "know" semver, I've decided to retag it as v2 and continue from there. As a result, the v1.1.0 tag and release have been deleted and are no longer accessible. I apologize for any inconvenience, and this should not happen again.
What's Changed
- Add commit message to PR body by @cole-h in #4
- README: add daily schedule to example by @cole-h in #5
Full Changelog: v1.0.0...v2
v1: Initial release
Important!
This was originally tagged as v1.0.0, but since GitHub Actions doesn't appear to "know" semver, I've decided to retag it as v1 and continue from there. As a result, the v1.0.0 tag and release have been deleted and are no longer accessible. I apologize for any inconvenience, and this should not happen again.
Full Changelog: https://github.com/DeterminateSystems/update-flake-lock/commits/v1
This Action will update your flake.lock file and send a PR whenever it is run. You may run it manually, or choose to have it run on a set schedule (or both!). See the README.md for more information.