File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v7
2222 with :
2323 persist-credentials : false
24- - uses : actions/setup-python@v6
24+ - uses : actions/setup-python@v6.3.0
2525 with :
2626 python-version : ' 3.x'
2727 cache : pip
5252 - uses : actions/checkout@v7
5353 with :
5454 persist-credentials : false
55- - uses : actions/setup-python@v6
55+ - uses : actions/setup-python@v6.3.0
5656 with :
5757 python-version : ' 3.x'
5858 cache : pip
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v7
1515 with :
1616 persist-credentials : false
17- - uses : actions/setup-python@v6
17+ - uses : actions/setup-python@v6.3.0
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 allow-prereleases : true
3333 - uses : actions/checkout@v7
3434 with :
3535 persist-credentials : false
36- - uses : actions/setup-python@v6
36+ - uses : actions/setup-python@v6.3.0
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments