diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 8a5bcd7..84e24ac 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -17,7 +17,7 @@ jobs: - name: Update dist folder run: npm ci && npm run dist - name: Commit dist folder - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 id: commit with: commit_message: "[dependabot skip] Update dist"