Skip to content

Commit

Permalink
chore(deps): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
murar8 committed Oct 14, 2024
1 parent aeec275 commit 0163867
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: "pip"
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: pre-commit/action@v3.0.1

0 comments on commit 0163867

Please sign in to comment.