Skip to content

Commit d0953e8

Browse files
authored
Merge pull request #6497 from jepler/include-py-verion-in-key
use setup-python v4 for python-path support
2 parents c27ecc9 + da26c9c commit d0953e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
steps:
384384
- name: Set up Python 3
385385
id: py3
386-
uses: actions/setup-python@v2
386+
uses: actions/setup-python@v4
387387
with:
388388
python-version: "3.x"
389389
- uses: actions/[email protected]

0 commit comments

Comments
 (0)