From ac2e437f203e213ad9644775cfc29ab9c809e318 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Tue, 5 Mar 2024 20:39:21 -0300 Subject: [PATCH] setuptools .yml Signed-off-by: Fabiana Campanari --- .github/workflows/setuptools .yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setuptools .yml b/.github/workflows/setuptools .yml index de7578e..066cfa3 100644 --- a/.github/workflows/setuptools .yml +++ b/.github/workflows/setuptools .yml @@ -1,7 +1,7 @@ steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install dependencies