diff --git a/.github/workflows/yarn-update.yml b/.github/workflows/yarn-update.yml index 4d76e607a9..0485dbbf8a 100644 --- a/.github/workflows/yarn-update.yml +++ b/.github/workflows/yarn-update.yml @@ -30,7 +30,7 @@ jobs: - run: ./scripts/yarn-update - name: Update branch if: github.ref != 'refs/heads/main' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'js: Update vendored libraries' - name: Create Pull Request