From 4c149303037dcf6458c62d8b9a27496340e90be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 08:02:58 +0000 Subject: [PATCH] build(deps): bump thenilsdev/git-log-action from 2.0.2 to 2.0.3 Bumps [thenilsdev/git-log-action](https://github.com/thenilsdev/git-log-action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/thenilsdev/git-log-action/releases) - [Commits](https://github.com/thenilsdev/git-log-action/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: thenilsdev/git-log-action dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fac96ab..92de08a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Get Git Changelog id: get_changelog - uses: thenilsdev/git-log-action@v2.0.2 + uses: thenilsdev/git-log-action@v2.0.3 if: steps.release.outcome == 'success' && steps.release.conclusion == 'success' - name: Build with Maven