diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac2383b..a1e8f18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: persist-credentials: false - name: Generate release notes - uses: orhun/git-cliff-action@d77b37db2e3f7398432d34b72a12aa3e2ba87e51 # v4.6.0 + uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 # v4.8.0 id: git-cliff with: config: cliff.toml diff --git a/.github/workflows/trigger-release.yml b/.github/workflows/trigger-release.yml index ab838de..0659e9f 100644 --- a/.github/workflows/trigger-release.yml +++ b/.github/workflows/trigger-release.yml @@ -35,7 +35,7 @@ jobs: git config --global user.email "1736931+model-explorer-plugins-repo-access[bot]@users.noreply.github.com" git config --global user.name "model-explorer-plugins-repo-access[bot]" - name: Calculate new version - uses: orhun/git-cliff-action@d77b37db2e3f7398432d34b72a12aa3e2ba87e51 # v4.6.0 + uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 # v4.8.0 id: git-cliff with: config: cliff.toml