Skip to content

Commit

Permalink
Bump pre-commit/action from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent ef7a474 commit e21af10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
./requirements-docs.txt
./requirements-dev.txt
- run: pip3 install -r requirements-dev.txt
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
with:
extra_args: --files caster-back/* --files *.* --files docs/* --files caster-sound/*
- run: ./caster-back/run_tests.sh
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
caster-editor/package-lock.json
- run: npm ci
working-directory: caster-editor
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
with:
extra_args: --files caster-editor/*
- run: npm run type-check
Expand All @@ -103,7 +103,7 @@ jobs:
caster-front/package-lock.json
- run: npm ci
working-directory: caster-front
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
with:
extra_args: --files caster-front/*
- run: npm run type-check
Expand Down

0 comments on commit e21af10

Please sign in to comment.