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