github-actions-version-updater
github-actions-version-updater copied to clipboard
A GitHub Action that Updates All GitHub Actions in a Repository and Creates a Pull Request with the Updates
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 25.1.0](https://github.com/psf/black/compare/24.8.0...25.1.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](https://github.com/asottile/blacken-docs/compare/1.18.0...1.19.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](https://github.com/pycqa/isort/compare/5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 →...
This happens on some repos but works on others, not sure why.
Bumps the dependencies group with 3 updates in the / directory: [packaging](https://github.com/pypa/packaging), [pyyaml](https://github.com/yaml/pyyaml) and [requests](https://github.com/psf/requests). Updates `packaging` from 21.3 to 24.2 Release notes Sourced from packaging's releases. 24.2 What's Changed...
I created a fine grained PAT (personal access token) initially with just the permissions currently listed in the README. Using saadmk11/[email protected] ``` For Fine-grained Personal Access Token: You need to...