From 1e6bce0f38004673fb68a881c664af71a4d30085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:51:27 +0000 Subject: [PATCH] Bump k1LoW/octocov-action from 0 to 1 Bumps [k1LoW/octocov-action](https://github.com/k1low/octocov-action) from 0 to 1. - [Release notes](https://github.com/k1low/octocov-action/releases) - [Commits](https://github.com/k1low/octocov-action/compare/v0...v1) --- updated-dependencies: - dependency-name: k1LoW/octocov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef97d3f..03ace21 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: run: go test -v ./... -coverprofile=coverage.out env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: k1LoW/octocov-action@v0 + - uses: k1LoW/octocov-action@v1 if: runner.os == 'Linux' - name: Install goveralls run: go install github.com/mattn/goveralls@latest