Commit ac74dac25ccfca80bed9881e70177e420e6f17a6

Authored by dependabot[bot]
Committed by GitHub
1 parent 491627ab

chore: bump pre-commit/action from 2.0.2 to 2.0.3 (#587)

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](https://github.com/pre-commit/action/compare/v2.0.2...v2.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing 1 changed file with 1 additions and 1 deletions
.github/workflows/tests.yml
... ... @@ -15,7 +15,7 @@ jobs:
15 15 steps:
16 16 - uses: actions/checkout@v2
17 17 - uses: actions/setup-python@v2
18   - - uses: pre-commit/action@v2.0.2
  18 + - uses: pre-commit/action@v2.0.3
19 19  
20 20 cuda-build:
21 21 name: CUDA build only
... ...