From ec2a1872bea6dedd3e0f93793d853de3df95fb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:21:07 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [labd/changie-release-action](https://github.com/labd/changie-release-action). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) Updates `labd/changie-release-action` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/labd/changie-release-action/releases) - [Changelog](https://github.com/labd/changie-release-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/labd/changie-release-action/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: labd/changie-release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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 64ec26e..0d0ca05 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: run: go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./... - name: Upload to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.4.0 + uses: labd/changie-release-action@v0.5.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} From 6318de404ccc8425995a949990a10d940a45e406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 1 Dec 2024 18:21:19 +0000 Subject: [PATCH 2/2] chore(deps): add changelog for dependabot updates --- .changes/unreleased/Dependency-20241201-182118.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20241201-182118.yaml diff --git a/.changes/unreleased/Dependency-20241201-182118.yaml b/.changes/unreleased/Dependency-20241201-182118.yaml new file mode 100644 index 0000000..0acae39 --- /dev/null +++ b/.changes/unreleased/Dependency-20241201-182118.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump the github-actions group across 1 directory with 2 updates' +time: 2024-12-01T18:21:18.648131654Z