File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Check out the repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Check out the repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Install the latest version of uv and set the python version to 3.13
1919 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Check out the repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Set up Python
2323 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1212 REPO_NAME : mozilla-ai/any-agent
1313 HTTPS_REPO : https://${{ secrets.HF_USERNAME }}:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/mozilla-ai/any-agent-demo
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check out the repository
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Check out the repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Install the latest version of uv and set the python version to 3.13
2323 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Check out the repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Install the latest version of uv and set the python version to 3.13
3131 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - uses : astral-sh/setup-uv@v7
2222 with :
4545 runs-on : ubuntu-latest
4646
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949
5050 - uses : astral-sh/setup-uv@v7
5151 with :
8080 runs-on : ubuntu-latest
8181
8282 steps :
83- - uses : actions/checkout@v5
83+ - uses : actions/checkout@v6
8484
8585 - uses : astral-sh/setup-uv@v7
8686 with :
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105
106106 steps :
107- - uses : actions/checkout@v5
107+ - uses : actions/checkout@v6
108108
109109 - uses : astral-sh/setup-uv@v7
110110 with :
Original file line number Diff line number Diff line change 2929 runs-on : ${{ matrix.os }}
3030
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333
3434 - uses : astral-sh/setup-uv@v7
3535 with :
You can’t perform that action at this time.
0 commit comments