From 5fbcb5c755af014205729059958b722b866589b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:40:47 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- .github/workflows/npm-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-audit.yml b/.github/workflows/npm-audit.yml index 549b0b3ea..564fc2480 100644 --- a/.github/workflows/npm-audit.yml +++ b/.github/workflows/npm-audit.yml @@ -36,7 +36,7 @@ jobs: - name: Create Pull Request if: steps.npm_audit.outputs.CREATE_PR == 'true' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: committer: GitHub author: actions-bot