File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - name : Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
2323 run : touch requirements.txt
2424 - name : Setup Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 cache : " pip"
2828 python-version : " 3.11"
Original file line number Diff line number Diff line change 3131 - name : Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
3232 run : touch requirements.txt
3333 - name : Setup Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 cache : " pip"
3737 python-version : " 3.11"
Original file line number Diff line number Diff line change 1313 - name : Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
1414 run : touch requirements.txt
1515 - name : Setup Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 cache : pip
1919 python-version : " 3.11"
You can’t perform that action at this time.
0 commit comments