From 48fed36251696783beaa61f98b2a875f42327c79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:24:33 +0300 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#717) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 811f62dd..2e4d1ef9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: working-directory: tools/wasm/air-near-contract - name: Commit version bump - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: Bump air-interpreter and air-near-contract version to ${{ steps.version.outputs.version }}" branch: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}