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 1313 - uses : actions/checkout@v5
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.13"
1919 cache : " pip" # caching pip dependencies
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v5
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.13"
1818 cache : ' pip' # caching pip dependencies
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v5
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : " 3.13"
3232 cache : " pip" # caching pip dependencies
You can’t perform that action at this time.
0 commit comments