ericziethen / django-property-filter

Extend django-filter to allow filtering by properties
MIT License
36 stars 1 forks source link

Check all external actions used in github actions flow and if updates avaiable that we should use #273

Closed ericziethen closed 1 month ago

ericziethen commented 2 months ago

Current in Use

ericziethen commented 1 month ago

actions/checkout@v4 -> Using Lates already

ericziethen commented 1 month ago

actions/setup-python@v5 -> Using latest already

ericziethen commented 1 month ago

codecov/codecov-action@v3 -> v4 is available

ericziethen commented 1 month ago

pypa/gh-action-pypi-publish@master -> They use V1 tag now, we should use the same (pypa/gh-action-pypi-publish@release/v1) But maybe this should be part of a different story so that we can test properly. Will be handled by issue https://github.com/ericziethen/django-property-filter/issues/294

ericziethen commented 1 month ago

Up to date for github/codeql-action/init@v3 github/codeql-action/autobuild@v3 github/codeql-action/analyze@v3

ericziethen commented 1 month ago

actions/dependency-review-action@v3 -> V4 is available