Skip to content

Commit

Permalink
fix: ruff version
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
  • Loading branch information
ab93 committed Jun 6, 2024
1 parent 2ee3f36 commit 8992df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: "~= 23.3"
- uses: chartboost/ruff-action@v1
with:
version: "0.0.275"
version: 0.4.7
numalogic-connectors:
name: numalogic-connectors
runs-on: ubuntu-latest
Expand All @@ -36,7 +36,7 @@ jobs:
version: "~= 23.3"
- uses: chartboost/ruff-action@v1
with:
version: "0.0.275"
version: 0.4.7
numalogic-registry:
name: numalogic-registry
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8992df3

Please sign in to comment.