From 2a7c78026b11fbc163da54df42e2d6004fe84cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 16:27:50 +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/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05d5c704..302db8a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,18 +12,18 @@ 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 test-linux: - uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.2 + uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0 with: run: | ./test.bash make testconvention os-versions: '["ubuntu-22.04"]' test-windows: - uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.2 + uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0 with: run: | go build -o check-log/check-log.exe ./check-log