From 448057348c0db2d379727265d27a9482b0ff7550 Mon Sep 17 00:00:00 2001 From: Stepan Stipl Date: Tue, 31 Oct 2023 13:45:17 +0100 Subject: [PATCH 1/2] ci: Upgrade pre-commit action to v3 --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5dddd87d..a96e2dd5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,8 +16,8 @@ jobs: - uses: actions/checkout@v3.0.2 with: set-safe-directory: true - - uses: actions/setup-python@v2 - - uses: pre-commit/action@v2.0.0 + - uses: actions/setup-python@v3 + - uses: pre-commit/action@v3.0.0 test: name: test runs-on: ubuntu-latest From aee3f823022498055394d0b7a88c5a8f7050ba5b Mon Sep 17 00:00:00 2001 From: Stepan Stipl Date: Fri, 3 Nov 2023 00:38:43 +0100 Subject: [PATCH 2/2] ci: Bump language-formatters-pre-commit-hooks to 2.11 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33f860a5..ec30b1a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude_types: [ png ] - id: git-dirty - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.2.0 + rev: v2.11.0 hooks: - id: pretty-format-golang - repo: https://github.com/codespell-project/codespell