Releases: malept/github-action-dependabolt
Releases · malept/github-action-dependabolt
4.0.1
Fixes
- properly pass in inputs/secrets (#10)
4.0.0
Breaking Changes
- Docker action has been replaced by a composite action, therefore using containers for "caching" is no longer possible
- Workflows using Dependabolt may now need to install a proper version of Node.js
3.0.0
Fixed
- drop https write support & require SSH deploy key (#7)
BREAKING CHANGE: drops support for https writes since GitHub no longer allows it in GitHub Actions.
2.1.3
Changed
- Publish Docker images to the GitHub Container Registry (Docker Hub images are being published for the forseeable future) (#6)
2.1.2
Changed
- Publish Docker images to GitHub Packages (Docker Hub images are being published for the forseeable future) (#4)
2.1.1
Fixed
- Don't fail if no package changes were made
2.1.0
2.0.1
Changed
- Migrate to GitHub Actions v2 (#2)
BREAKING CHANGE: uses inputs instead of environment variables.
2.0.0
Changed
- Migrate to GitHub Actions v2 (#2)
BREAKING CHANGE: uses inputs instead of environment variables.
(Note: not published to GitHub Marketplace due to a weird bug with migrating.)