From 2813e34cb99f97d34903c7e9da3ecbaa6bc0ae5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:55:30 +0000 Subject: [PATCH] build(deps): bump aevea/commitsar from 0.16.0 to 0.20.2 Bumps [aevea/commitsar](https://github.com/aevea/commitsar) from 0.16.0 to 0.20.2. - [Release notes](https://github.com/aevea/commitsar/releases) - [Changelog](https://github.com/aevea/commitsar/blob/master/.goreleaser.yml) - [Commits](https://github.com/aevea/commitsar/compare/v0.16.0...v0.20.2) --- updated-dependencies: - dependency-name: aevea/commitsar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3fa5f8a..ef776fa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: ${{ runner.os }}-go- - run: go mod download - name: Run commitsar - uses: aevea/commitsar@v0.16.0 + uses: aevea/commitsar@v0.20.2 lint-code: name: Lint code runs-on: ubuntu-latest