From c6a2400f562c8f0e416570e00d6eff52846f8b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:58:23 +0200 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 5 (#17255) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update_deps.yml | 2 +- .github/workflows/update_frontend.yml | 2 +- .github/workflows/update_zh.yml | 2 +- .github/workflows/update_zhc.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 24be0d4a1..97e83d83a 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -23,7 +23,7 @@ jobs: node-version: 18 - run: npx npm-check-updates -u -x connect-gzip-static # connect-gzip-static only supports node 16 - run: npm install - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 with: commit-message: Update dependencies branch: "update_deps" diff --git a/.github/workflows/update_frontend.yml b/.github/workflows/update_frontend.yml index 0ef7226d1..4a6576041 100644 --- a/.github/workflows/update_frontend.yml +++ b/.github/workflows/update_frontend.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 18 - run: npm install zigbee2mqtt-frontend@${{ github.event.client_payload.version }} --save-exact - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 id: cpr with: commit-message: Update zigbee2mqtt-frontend to ${{ github.event.client_payload.version }} diff --git a/.github/workflows/update_zh.yml b/.github/workflows/update_zh.yml index da683401d..c81664b27 100644 --- a/.github/workflows/update_zh.yml +++ b/.github/workflows/update_zh.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 18 - run: npm install zigbee-herdsman@${{ github.event.client_payload.version }} --save-exact - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 id: cpr with: commit-message: Update zigbee-herdsman to ${{ github.event.client_payload.version }} diff --git a/.github/workflows/update_zhc.yml b/.github/workflows/update_zhc.yml index dce02c801..5bf44d87d 100644 --- a/.github/workflows/update_zhc.yml +++ b/.github/workflows/update_zhc.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 18 - run: npm install zigbee-herdsman-converters@${{ github.event.client_payload.version }} --save-exact - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 id: cpr with: commit-message: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}