Skip to content

Commit

Permalink
chore(workflows): setup-python@v5
Browse files Browse the repository at this point in the history
setup-python@v5
  • Loading branch information
snomiao committed Dec 18, 2024
1 parent 596eaed commit 55a5c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comfy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# setup comfy-cli
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: python -m pip install --upgrade pip
Expand Down

0 comments on commit 55a5c0b

Please sign in to comment.