diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6873204..7ecb52e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: run: | git pull --ff - name: 🖊 Commit - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 env: GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }} with: @@ -108,7 +108,7 @@ jobs: run: | git pull --ff - name: 🖊 Commit - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 env: GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }} with: