0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

CI: Update peter-evans/create-pull-request GitHub Action

We're currently using peter-evans/create-pull-request v4.0.3 which is
still using the deprecated set-output command. This was fixed in v4.1.4,
so let's update to that version for now.
This commit is contained in:
Ryan Foster 2023-08-08 21:13:29 -04:00
parent 4037e18d97
commit f9054371fc

View File

@ -102,7 +102,7 @@ runs:
path: ${{ inputs.workingDirectory }}/other/*
- name: Create pull request 🔧
uses: peter-evans/create-pull-request@f094b77505fb89581e68a1163fbd2fffece39da1
uses: peter-evans/create-pull-request@ad43dccb4d726ca8514126628bec209b8354b6dd
if: fromJSON(inputs.createPullRequest) && fromJSON(inputs.runServiceChecks) && fromJSON(steps.services-check.outputs.make_pr)
with:
author: 'Service Checker <commits@obsproject.com>'