Skip to content

Commit

Permalink
chore: bump versions in pre-commit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertogriffo committed May 4, 2024
1 parent 74bf032 commit fd709d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.18'
python-version: '3.10'

- name: Changed files
id: changed_files
uses: jitterbit/get-changed-files@v1

- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
with:
extra_args: --files ${{ steps.changed_files.outputs.all }}

0 comments on commit fd709d5

Please sign in to comment.