From 51c48993cc89b16f3b5ee5fb00a3d166e43e8af7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Oct 2021 05:17:03 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/test.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f934164..ed4441f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: outfile: coverage.lcov - name: Coveralls - uses: coverallsapp/github-action@v1.1.2 + uses: coverallsapp/github-action@1.1.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov \ No newline at end of file diff --git a/go.mod b/go.mod index 5d4ccb7..19589d1 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/clok/kemba v1.1.1 - github.com/cpuguy83/go-md2man/v2 v2.0.0 + github.com/cpuguy83/go-md2man/v2 v2.0.1 github.com/stretchr/testify v1.7.0 github.com/urfave/cli/v2 v2.3.0 )