From 511ab784846a4519986095396556dc7be327afb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:07:47 +0000 Subject: [PATCH] Bump mackerelio/workflows from 1.0.2 to 1.1.0 Bumps [mackerelio/workflows](https://github.com/mackerelio/workflows) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/mackerelio/workflows/releases) - [Commits](https://github.com/mackerelio/workflows/compare/v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: mackerelio/workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18ad827..da8db76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,6 @@ on: pull_request: jobs: lint: - uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.2 + uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0 test: - uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.2 + uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0