1
0
mirror of synced 2025-12-30 03:01:36 -05:00

reusables.actions.action-setup-python@v4, not @v3

https://github.com/actions/setup-python/releases

`reusables.actions.action-setup-python` should be upgraded to [`setup-python@4`](https://github.com/actions/setup-python/releases), not `@3`.
This commit is contained in:
Christian Clauss
2022-06-22 10:10:35 +02:00
committed by GitHub
parent 90b6e55309
commit 2b2c16f9ab

View File

@@ -1 +1 @@
actions/setup-python@{% ifversion actions-node16-action %}v3{% else %}v2{% endif %}
actions/setup-python@{% ifversion actions-node16-action %}v4{% else %}v2{% endif %}