Skip to content

Commit

Permalink
github: Fix the lint pass which broke when GHA pushed out the Ubuntu …
Browse files Browse the repository at this point in the history
…24.04 LTS as ubuntu-latest
  • Loading branch information
dragonmux committed Oct 15, 2024
1 parent 5cf4920 commit cbe9c9c
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run pre-commit
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

0 comments on commit cbe9c9c

Please sign in to comment.