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 }}