From 4978d09eb1e18bf7e83a15e8087b2fe226e069bd Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 20 Nov 2020 06:15:26 +0800 Subject: [PATCH] Update peter-evans/create-pull-request to v3 (#5025) --- .github/workflows/update_deps.yml | 2 +- .github/workflows/update_zh.yml | 2 +- .github/workflows/update_zhc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index cf4086730..3650fd240 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -18,7 +18,7 @@ jobs: - run: npm install - run: npm ls --depth 0 --prod --parseable | tail -n +2 | grep -v "zigbee" | xargs -I '{}' basename "{}" | xargs -I '{}' npm install '{}'@latest - run: rm -rf node_modules npm-shrinkwrap.json && npm install && npm shrinkwrap --dev - - uses: peter-evans/create-pull-request@v2 + - uses: peter-evans/create-pull-request@v3 with: commit-message: Update dependencies branch: "update_deps" diff --git a/.github/workflows/update_zh.yml b/.github/workflows/update_zh.yml index 4ca6a2ff6..5c4e34ddf 100644 --- a/.github/workflows/update_zh.yml +++ b/.github/workflows/update_zh.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 12 - run: npm install zigbee-herdsman@${{ github.event.client_payload.version }} --save-exact - - uses: peter-evans/create-pull-request@v2 + - uses: peter-evans/create-pull-request@v3 with: commit-message: Update zigbee-herdsman to ${{ github.event.client_payload.version }} branch: "update_zh" diff --git a/.github/workflows/update_zhc.yml b/.github/workflows/update_zhc.yml index 3de3921be..aedc9ae27 100644 --- a/.github/workflows/update_zhc.yml +++ b/.github/workflows/update_zhc.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 12 - run: npm install zigbee-herdsman-converters@${{ github.event.client_payload.version }} --save-exact - - uses: peter-evans/create-pull-request@v2 + - uses: peter-evans/create-pull-request@v3 with: commit-message: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }} branch: "update_zhc"