From 340f1a472637b8e1bd6d64efef862c5cb56e3589 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:26:12 +0100 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6 (#197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f358ad03..19a36776 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@v5 + - uses: peter-evans/create-pull-request@v6 with: title: '[automated] Submodule update' body: This is an automated pull request.