From a0de57e20365273abac0c21b79b126883666496c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:37:49 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/submodule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submodule.yml b/.github/workflows/submodule.yml index 19a36776..d7e8283b 100644 --- a/.github/workflows/submodule.yml +++ b/.github/workflows/submodule.yml @@ -77,7 +77,7 @@ jobs: - run: bash ./scripts/nb_to_md.sh static/examples/tutorials/advanced src/tutorials/advanced - run: bash ./scripts/nb_to_md.sh static/examples/how-to-guides src/how-to-guides - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: title: '[automated] Submodule update' body: This is an automated pull request.