tomasbedrich / pycaching

A Python 3 interface for working with Geocaching.com website.
https://pycaching.readthedocs.io/
GNU Lesser General Public License v3.0
61 stars 46 forks source link

Fix CI #199

Closed FriedrichFroebel closed 1 year ago

FriedrichFroebel commented 1 year ago

This PR updates the actions to use the latest versions due to Node.js 12 actions being deprecated.

Additionally, this drops the broken Python 3.6 tests as the stopped working with ubuntu-latest now being Ubuntu 22.04 and Python 3.6 itself being deprecated: https://github.com/actions/setup-python/issues/544#issuecomment-1332535877