twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
585 stars 137 forks source link

Enable Dependabot for GitHub Actions #368

Closed twm closed 1 year ago

twm commented 1 year ago

This would automatically deal with deprecations like the one currently flagged in GHA:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

twm commented 1 year ago

Thank you for the review @adiroiban!