Skip to content

Commit

Permalink
ci: Use tagged version of black linting action (#65)
Browse files Browse the repository at this point in the history
Instead of relying on master branch which could randomly break.
  • Loading branch information
Bobbyperson authored Oct 8, 2024
1 parent b2981c5 commit a9e63e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jpetrucciani/black-check@master
- uses: jpetrucciani/black-check@24.10.0

0 comments on commit a9e63e4

Please sign in to comment.