Skip to content

Commit 5f534c9

Browse files
authored
Merge pull request #901 from mackerelio/dependabot/github_actions/mackerelio/workflows-1.4.0
Bump mackerelio/workflows from 1.3.0 to 1.4.0
2 parents 965503a + 838057d commit 5f534c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ env:
1212
DEBIAN_FRONTEND: noninteractive
1313
jobs:
1414
lint:
15-
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.3.0
15+
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.4.0
1616
test:
17-
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.3.0
17+
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.4.0
1818
test-linux:
19-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.3.0
19+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.4.0
2020
with:
2121
run: |
2222
./test.bash
2323
make testconvention
2424
os-versions: '["ubuntu-24.04"]'
2525
test-windows:
26-
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.3.0
26+
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.4.0
2727
with:
2828
run: |
2929
go build -o check-log/check-log.exe ./check-log

0 commit comments

Comments
 (0)