Skip to content

Commit

Permalink
Merge pull request #5 from mozilla-services/update-pre-commit-checkout
Browse files Browse the repository at this point in the history
chore: updated checkout version in precommit workflow
  • Loading branch information
hackebrot authored Nov 9, 2023
2 parents 2536922 + 256bca2 commit 14f6fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- run: python -m pip install pre-commit
shell: bash
- run: python -m pip freeze --local
Expand Down

0 comments on commit 14f6fd3

Please sign in to comment.