docs(README): use latest versions of GitHub actions (#574)

This commit is contained in:
Andreas Deininger
2023-11-10 22:54:25 +01:00
committed by GitHub
parent bc2d0650bf
commit 5c52bddbf4
3 changed files with 6 additions and 7 deletions

View File

@@ -6,8 +6,7 @@ If you want to contribute to this project, check out this steps!
2. Either [open a new issue](https://github.com/EndBug/add-and-commit/issues/new/choose) or comment on an existing one to let everyone know what you're working on.
3. Edit the source files to implement your feature or fix.
4. Build the action and test it in a test repo.
5. Update the [action manifest](./action.yml) AND the [README](./README.md) with your changes.
5. Update the [action manifest](./action.yml) AND the [README](./README.md) with your changes.
6. [Open a PR](https://github.com/EndBug/add-and-commit/compare).
Thanks! 💖