From 512d7534241c19b431bbaf797b7eeb2f6f26b426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 19:10:19 +0000 Subject: [PATCH] chore(deps): bump Jerome1337/golint-action from 1.0.2 to 1.0.3 Bumps [Jerome1337/golint-action](https://github.com/jerome1337/golint-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/jerome1337/golint-action/releases) - [Commits](https://github.com/jerome1337/golint-action/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: Jerome1337/golint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 5d7006e..bd0b287 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -59,7 +59,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3.0.0 - name: Go-linter-1 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: ./... Security: