From 2b2c16f9ab25a9815a2c6eee5cdf7983088408c6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 22 Jun 2022 10:10:35 +0200 Subject: [PATCH] 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`. --- data/reusables/actions/action-setup-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/action-setup-python.md b/data/reusables/actions/action-setup-python.md index 27530f7cca79..4ecb2809b1b1 100644 --- a/data/reusables/actions/action-setup-python.md +++ b/data/reusables/actions/action-setup-python.md @@ -1 +1 @@ -actions/setup-python@{% ifversion actions-node16-action %}v3{% else %}v2{% endif %} \ No newline at end of file +actions/setup-python@{% ifversion actions-node16-action %}v4{% else %}v2{% endif %}