From 00c916fef950b5d0ebe6ca1c583e92de716486ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:42:40 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/e2e-benchmark.yml | 2 +- .github/workflows/model-updater.yml | 2 +- .github/workflows/release-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-benchmark.yml b/.github/workflows/e2e-benchmark.yml index da31b653..95f1b911 100644 --- a/.github/workflows/e2e-benchmark.yml +++ b/.github/workflows/e2e-benchmark.yml @@ -37,7 +37,7 @@ jobs: run: npm run benchmark - name: Update the benchmark report - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: [skip-ci] update benchmark results" branch: master diff --git a/.github/workflows/model-updater.yml b/.github/workflows/model-updater.yml index a2bebca9..febc985b 100644 --- a/.github/workflows/model-updater.yml +++ b/.github/workflows/model-updater.yml @@ -70,7 +70,7 @@ jobs: echo "::set-output name=version::$(node -p "require('./package.json').version")" - name: Push new model - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "[auto] fingerprint/header model update" branch: master diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 14e79c02..5d809c18 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -52,7 +52,7 @@ jobs: GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }} - name: Commit the version bump - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: master commit_message: 'chore: [skip ci] sync new package.json versions'