diff options
author | MichaIng <micha@dietpi.com> | 2023-02-28 00:42:32 +0100 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2023-02-28 00:51:58 +0100 |
commit | f74b75630ed0da1980b8986924e6b975c79b0934 (patch) | |
tree | ab4542e06a96af4cbc552918d196945bae1b8447 /.github | |
parent | 3c09990c633e6259c604ff23db179a8cec1f0f57 (diff) | |
download | nextcloud-server-f74b75630ed0da1980b8986924e6b975c79b0934.tar.gz nextcloud-server-f74b75630ed0da1980b8986924e6b975c79b0934.zip |
[CI] Update update-psalm-baseline workflow to solve warnings
This updates the PR action to v4, which solves warnings about deprecated Node.js 12 actions set-output commmand calls.
Signed-off-by: MichaIng <micha@dietpi.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 9a96ecc2e72..8b515d3eea7 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -48,7 +48,7 @@ jobs: git checkout composer.json composer.lock lib/composer - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: Update psalm baseline |