Originally posted by **mportesdev** May 2, 2022
Hello everyone, and thanks for this great tool for Python coders.
I noticed that the following GitHub Actions have been upgraded to version 3 recently:
https://github.com/actions/checkout
https://github.com/actions/setup-python
I think it should be considered to use `actions/checkout@v3` and `actions/setup-python@v3` everywhere in this project's Actions workflows and check if everything works alright.
Discussed in https://github.com/PyCQA/bandit/discussions/889