Skip to content

Commit 3cf8851

Browse files
author
Sylvain MARIE
committed
Fixed action version for python, as recommended by MatteoH2O1999/setup-python#41
1 parent b098d82 commit 3cf8851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v2
6161

6262
- name: Install python ${{ matrix.nox_session.python }} for tests
63-
uses: MatteoH2O1999/setup-python@v1 # actions/setup-python@v4
63+
uses: MatteoH2O1999/setup-python@v2 # actions/setup-python@v4
6464
id: set-py
6565
with:
6666
python-version: ${{ matrix.nox_session.python }}

0 commit comments

Comments
 (0)