Datatamer / tamr-client

Programmatically interact with Tamr
https://tamr-client.readthedocs.io
Apache License 2.0
11 stars 25 forks source link

Update checkout and setup-python actions to v2 #475

Closed skalish closed 3 years ago

skalish commented 3 years ago

Github actions checkout v1 and setup-python v1.1.1 have been officially deprecated as of last week. I believe this is the simple fix needed.

skalish commented 3 years ago

My only uncertainty here is if dschep/install-poetry-action@v1.2 needs to be changed as well in release.yml.

pcattori commented 3 years ago

My only uncertainty here is if dschep/install-poetry-action@v1.2 needs to be changed as well in release.yml.

Looks like dschep/install-poetry-action@v1.2 is deprecated. That repo recommends snok/install-poetry, but I've also seen abatilo/actions-poetry.

skalish commented 3 years ago

LGTM

We can either address the release workflow in this PR or in a follow-on PR.

I'm unsure of how to test the release workflow and the PR issue is blocking, so I agree on doing a follow-on.