We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5377aa8 commit f9f199eCopy full SHA for f9f199e
.github/workflows/base.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Install python ${{ matrix.nox_session.python }} for tests
63
# If one version fails, uncomment this one and the next step. For example here 3.13.
64
if: ${{ ! contains(fromJson('["3.13"]'), matrix.nox_session.python ) }}
65
- uses: MatteoH2O1999/setup-python@v3.2.1 # actions/[email protected]
+ uses: MatteoH2O1999/setup-python@v4 # actions/[email protected]
66
id: set-py
67
with:
68
python-version: ${{ matrix.nox_session.python }}
0 commit comments