From e507928c07879c9a4fe1574c63c624044a1d15b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:11:24 +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/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d279e459..07ee792b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,22 +12,22 @@ env: DEBIAN_FRONTEND: noninteractive jobs: lint: - uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0 + uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.1 with: os-versions: '["ubuntu-latest", "windows-latest"]' test: - uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0 + uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.1 with: os-versions: '["ubuntu-latest", "windows-latest"]' integration-test-linux: - uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0 + uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.1 with: os-versions: '["ubuntu-latest"]' run: | make testconvention ./test.bash integration-test-windows: - uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0 + uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.1 with: os-versions: '["windows-latest"]' run: |