From 6a036851321306b7badeddf9892c15014ac62396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:31:26 +0000 Subject: [PATCH 1/2] chore(deps): bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/7b1bd2871942af030d707d6574e5f684f9891fb2...785c9d68212c91196d3994652647f8721918ba11) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad1a2e8..c9504eb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: - run: go test -v -coverprofile=profile.cov ./... - name: Send coverage - uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2 # 1.8.0 + uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # 1.9.0 with: path-to-profile: profile.cov flag-name: Go-${{ matrix.go }} @@ -61,6 +61,6 @@ jobs: needs: coverage runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2 # 1.8.0 + - uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # 1.9.0 with: parallel-finished: true From 26d849fbf851401fa1dddb112bf0bd10f4b5968d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Aug 2024 21:31:41 +0000 Subject: [PATCH 2/2] add CHANGELOG for #73 --- .changelog/73.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/73.txt diff --git a/.changelog/73.txt b/.changelog/73.txt new file mode 100644 index 0000000..98f087c --- /dev/null +++ b/.changelog/73.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps shogo82148/actions-goveralls from 1.8.0 to 1.9.0 +```