File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Set up Python 3.12
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ' 3.12'
2323
6666 runs-on : ubuntu-latest
6767 steps :
6868 - name : Set up Python
69- uses : actions/setup-python@v4
69+ uses : actions/setup-python@v5
7070 with :
7171 python-version : ' 3.10'
7272
8585 needs : build-n-publish-pypi
8686 steps :
8787 - name : Checkout code
88- uses : actions/checkout@v2
88+ uses : actions/checkout@v4
8989 with :
9090 repository : ' Comfy-Org/homebrew-comfy-cli'
9191 token : ${{ secrets.COMMITTER_TOKEN }}
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v2
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ' 3.9' # Follow the min version in pyproject.toml
2727
Original file line number Diff line number Diff line change 1515 ruff_check :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Set up Python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : " 3.x"
2323 - name : install ruff
Original file line number Diff line number Diff line change 4545 nvidia-smi
4646
4747 - name : Set up Python
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : 3.12
5151
You can’t perform that action at this time.
0 commit comments