From 69eaa9c4a5ca16e9904301b93ccf0011128c9266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:33:49 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/yarn-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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