diff --git a/.github/workflows/git-cliff.yml b/.github/workflows/git-cliff.yml index 6378bf4..b71df01 100644 --- a/.github/workflows/git-cliff.yml +++ b/.github/workflows/git-cliff.yml @@ -30,6 +30,6 @@ jobs: run: cat "${{ steps.git-cliff.outputs.changelog }}" - name: Commit and Push Changes - uses: actions-js/push@v1.4 + uses: actions-js/push@v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }}