From fe36f825025046cf2ddce70e3274a3a078c5371a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:02:52 +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 cf35a759..fe056876 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ env: DEBIAN_FRONTEND: noninteractive 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 build: needs: [lint, test] runs-on: ubuntu-latest