From 3f2686ace99c9ccb9d468054262fe9deb856a3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 03:59:37 +0000 Subject: [PATCH] Bump essentialkaos/aligo-action from 1 to 2 Bumps [essentialkaos/aligo-action](https://github.com/essentialkaos/aligo-action) from 1 to 2. - [Release notes](https://github.com/essentialkaos/aligo-action/releases) - [Commits](https://github.com/essentialkaos/aligo-action/compare/v1...v2) --- updated-dependencies: - dependency-name: essentialkaos/aligo-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d9da2..98690dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: run: make deps - name: Check Golang sources with Aligo - uses: essentialkaos/aligo-action@v1 + uses: essentialkaos/aligo-action@v2 with: path: ${{env.SRC_DIR}} files: ./...