From ab7c884fbf34faf9f3d525958eab58f6c92ca33d Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:05:27 +0100 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6 (#49) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- .github/workflows/automatic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 8489bfce4..ca5cac543 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -19,7 +19,7 @@ jobs: with: args: 'Preparing the automatic release...' - uses: actions/checkout@v4 - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v6 id: create-pull-request with: base: main