From d11aa5b8157f3861c16773d6d9bb79bfdf54e31a Mon Sep 17 00:00:00 2001 From: Harshal Pohekar <106588300+hpohekar@users.noreply.github.com> Date: Fri, 24 Jan 2025 20:26:06 +0530 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17d582b953e..da093e981c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@v6 + - uses: ansys/actions/doc-deploy-changelog@v8 with: token: ${{ secrets.GITHUB_TOKEN }}