tests,misc: Set pre-commit/action to v3.0.1

v3.0.0 of pre-commit/action caused a deprecation warning in actions.
v3.0.1 was released to deal with this.

Change-Id: Ib5654e465565ad4356754ac097983aec4166b98f
This commit is contained in:
Bobby R. Bruce
2024-04-13 20:21:32 -07:00
parent 3f45a2d08d
commit b986c542ca

View File

@@ -19,7 +19,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.0 - uses: pre-commit/action@v3.0.1
# ensures we have a change-id in every commit, needed for gerrit # ensures we have a change-id in every commit, needed for gerrit
check-for-change-id: check-for-change-id: