From 91bce4b05143fa7aed43bb71177c4e9fab0c9191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:06:07 +0200 Subject: [PATCH] chore: Upgrade peter-evans/create-pull-request action to v7 (#917) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 7f701ea26..9e3199456 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -31,7 +31,7 @@ jobs: script: | core.setOutput('results', require('./docs/data.json').benchmark.results); - id: create-pr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: add-paths: docs/data.json base: main