diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdf865f..51188eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: - name: Generate demo.gif run: docker run --rm -v $PWD:/vhs ghcr.io/charmbracelet/vhs:latest demo.tape - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: