Skip to content

Commit

Permalink
Bump deps for pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
AVOstap authored Sep 17, 2024
1 parent 56f2e9f commit 6224822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/pre-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ runs:
steps:
- name: Checkout
if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
- name: Checkout PR
if: ${{ github.event_name == 'pull_request_target' }}
with:
ref: ${{ github.event.pull_request.head.sha }}
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
- name: Setup python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v5.2.0
with:
python-version: ${{ inputs.python_version }}
- name: Install dependencies
Expand All @@ -34,4 +34,4 @@ runs:
PYPI_USER: ${{ inputs.pypi_user }}
PYPI_PASSWORD: ${{ inputs.pypi_password }}
run: make install-dev
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

0 comments on commit 6224822

Please sign in to comment.