Commit ac74dac25ccfca80bed9881e70177e420e6f17a6
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,7 +15,7 @@ jobs: | ||
| 15 | steps: | 15 | steps: |
| 16 | - uses: actions/checkout@v2 | 16 | - uses: actions/checkout@v2 |
| 17 | - uses: actions/setup-python@v2 | 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 | cuda-build: | 20 | cuda-build: |
| 21 | name: CUDA build only | 21 | name: CUDA build only |