Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
Not sure why dependabot's missing these.
  • Loading branch information
OJFord committed Sep 10, 2023
1 parent a4b30ef commit ed19df0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
check-latest: true

- name: Install pre-commit
run: python -m pip install pre-commit
Expand Down

0 comments on commit ed19df0

Please sign in to comment.