Skip to content

Commit

Permalink
GitHub Actions: Upgrade pre-commit and drop the removed token (#9267)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 6, 2024
1 parent fb03dd9 commit 6cbd4b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: pre-commit/[email protected]

0 comments on commit 6cbd4b7

Please sign in to comment.