From 1d650b9df76c9aff876ca07cf5f5cf5e81706ed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:17:39 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6 --- .github/workflows/dgraph.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/version.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dgraph.yml b/.github/workflows/dgraph.yml index 1883b970..c0c2526c 100644 --- a/.github/workflows/dgraph.yml +++ b/.github/workflows/dgraph.yml @@ -30,7 +30,7 @@ jobs: - run: ./BuildTools/DependenciesGraph/.build/release/dgraph --include-product ./Packages/GodPackage - run: ./BuildTools/DependenciesGraph/.build/release/dgraph --add-to-readme ./Packages/UIComponentPackage - continue-on-error: true - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 id: create-pr with: delete-branch: true diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 92e607fd..175f563b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -27,7 +27,7 @@ jobs: - run: swift build -c release --package-path ./BuildTools/SwiftFormatTool --product swiftformat - run: ./BuildTools/SwiftFormatTool/.build/release/swiftformat ./ - continue-on-error: true - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 id: create-pr with: delete-branch: true diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index b34dfeed..13d5a377 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -18,7 +18,7 @@ jobs: sed -i '' "s/$CURRENT_VERSION/${{ github.event.inputs.version }}/g" App/Multiplatform/Staging/Info.plist sed -i '' "s/$CURRENT_VERSION/${{ github.event.inputs.version }}/g" App/Multiplatform/Production/Info.plist - continue-on-error: true - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 id: create-pr with: delete-branch: true