Skip to content

Commit

Permalink
Update windows_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Sep 1, 2023
1 parent 987c351 commit 5cb4aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
const minor = py2.substr(1);
core.setOutput('pydot2', major+"."+minor)
- name: Setup Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4.7.0
with:
python-version: ${{steps.get-id.outputs.pydot2}}
architecture: ${{matrix.arch}}
Expand Down

0 comments on commit 5cb4aa0

Please sign in to comment.