From 44f598a3da9128322030855b1dbe233807875d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:38:26 +0000 Subject: [PATCH] Bump mackerelio/workflows from 1.1.0 to 1.1.1 Bumps [mackerelio/workflows](https://github.com/mackerelio/workflows) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/mackerelio/workflows/releases) - [Commits](https://github.com/mackerelio/workflows/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: mackerelio/workflows dependency-type: direct:production update-type: version-update:semver-patch ... 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 da8db76..e6d3185 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.1.0 + uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.1 test: - uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0 + uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.1