File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 # MacOS issue ref.: https://github.com/actions/setup-python/issues/855 & https://github.com/actions/setup-python/issues/865
2626 python-version : ${{ matrix.os == 'macos-latest' && matrix.python == '3.10' && '3.11' || matrix.python }}
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v5
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python }}
3434 architecture : x64
5959 with :
6060 fetch-depth : 0
6161 - name : Set up Python
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : " 3.10"
6565 - name : Install huggingface_hub
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python }}
2626 architecture : x64
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v5
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python }}
2222 architecture : x64
5454 steps :
5555 - uses : actions/checkout@v5
5656 - name : Set up Python
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : ${{ matrix.python }}
6060 architecture : x64
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v5
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python }}
2222 architecture : x64
3535 steps :
3636 - uses : actions/checkout@v5
3737 - name : Set up Python
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python }}
4141 architecture : x64
You can’t perform that action at this time.
0 commit comments