diff --git a/.github/workflows/ci-typescript-app-check-dist.yml b/.github/workflows/ci-typescript-app-check-dist.yml index 569cfe6..9666a81 100644 --- a/.github/workflows/ci-typescript-app-check-dist.yml +++ b/.github/workflows/ci-typescript-app-check-dist.yml @@ -90,7 +90,7 @@ jobs: # If contents of the dist directory were different than expected, commit the changes and push them to the repo - name: Commit and Push Changes if: ${{steps.diff.outputs.has-diff == 'true'}} - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: ${{inputs.commit-message}} file_pattern: ${{inputs.dist-path}}