Skip to content

Commit f9f199e

Browse files
author
Sylvain MARIE
committed
Hopefully fixed 3.5 GHA
1 parent 5377aa8 commit f9f199e

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
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install python ${{ matrix.nox_session.python }} for tests
6363
# If one version fails, uncomment this one and the next step. For example here 3.13.
6464
if: ${{ ! contains(fromJson('["3.13"]'), matrix.nox_session.python ) }}
65-
uses: MatteoH2O1999/setup-python@v3.2.1 # actions/[email protected]
65+
uses: MatteoH2O1999/setup-python@v4 # actions/[email protected]
6666
id: set-py
6767
with:
6868
python-version: ${{ matrix.nox_session.python }}

0 commit comments

Comments
 (0)