From d9903e1a1eae8acae2f920bbec1fdfe26d10a5e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:38:45 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/babelify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/babelify.yml b/.github/workflows/babelify.yml index e62a1c9a..ad95e8ad 100644 --- a/.github/workflows/babelify.yml +++ b/.github/workflows/babelify.yml @@ -18,6 +18,6 @@ jobs: - name: Install dependencies run: npm ci - run: npm run babelify - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'chore: sync browser/gotrue.js'