From bd9f7e0e67eeebf65481c9d05ec1d356f323feac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:35:03 +0000 Subject: [PATCH] chore(deps): update dependencies --- .github/workflows/test.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fad9914c..4bef1e1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: with: install-only: true version: latest - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 - name: Run Go tests run: make test diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc078d57..fa8d49a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/golangci/golangci-lint - rev: v1.55.2 + rev: v1.56.0 hooks: - id: golangci-lint entry: golangci-lint run --fix --timeout 300s