Skip to content

Commit

Permalink
github action: use ruff 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Mar 13, 2024
1 parent e051b3e commit ebf3080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ls -l
- name: Download ruff
run: |
wget -c https://github.com/astral-sh/ruff/releases/download/v0.3.0/ruff-0.3.0-x86_64-unknown-linux-gnu.tar.gz
wget -c https://github.com/astral-sh/ruff/releases/download/v0.3.2/ruff-0.3.2-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ruff-*.tar.gz
ls -l ruff
chmod a+x ruff
Expand Down

0 comments on commit ebf3080

Please sign in to comment.