From 4b6fd53ef01109e48dd342fb7ddf07c3df325cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:00:47 +0000 Subject: [PATCH] build(deps): Bump thenilsdev/git-log-action from 1.0.5 to 2.0.2 Bumps [thenilsdev/git-log-action](https://github.com/thenilsdev/git-log-action) from 1.0.5 to 2.0.2. - [Release notes](https://github.com/thenilsdev/git-log-action/releases) - [Commits](https://github.com/thenilsdev/git-log-action/compare/1.0.5...v2.0.2) --- updated-dependencies: - dependency-name: thenilsdev/git-log-action dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... 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 6abb7db..241010c 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@1.0.5 + uses: thenilsdev/git-log-action@v2.0.2 if: steps.release.outcome == 'success' && steps.release.conclusion == 'success' - name: Build with Maven