Skip to content

Commit

Permalink
Update pre_commit.yml (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 authored Dec 22, 2024
1 parent d6937b1 commit 4dfdf2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.12
- name: Set up git config
Expand Down

0 comments on commit 4dfdf2d

Please sign in to comment.