From b986c542cad9efee22227caea5fc4ac7b596419a Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Sat, 13 Apr 2024 20:21:32 -0700 Subject: [PATCH] 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 --- .github/workflows/ci-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 0f7fb6b716..744978eae8 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - 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 check-for-change-id: