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:
2
.github/workflows/ci-tests.yaml
vendored
2
.github/workflows/ci-tests.yaml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user