From d972a741ac88406ebc74e2dea7f206d0687fee6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:46:02 +0000 Subject: [PATCH] Bump mackerelio/workflows from 1.0.1 to 1.0.2 Bumps [mackerelio/workflows](https://github.com/mackerelio/workflows) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/mackerelio/workflows/releases) - [Commits](https://github.com/mackerelio/workflows/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: mackerelio/workflows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b096a6..23875b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,10 +7,10 @@ on: pull_request: jobs: lint: - uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.1 + uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.2 test: - uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.1 + uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.2 testrun: - uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.1 + uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.2 with: run: go run ./cmd/osstat