diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-03-02 19:34:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 19:34:36 +0100 |
commit | b6d8fc97afe28bc1b017026447264ba37ed37caa (patch) | |
tree | 4f2736cc7c031abd4908f8f9ac701d87f5635999 | |
parent | a5191ceec06a10999e16523eaf75b936c5844731 (diff) | |
parent | f74b75630ed0da1980b8986924e6b975c79b0934 (diff) | |
download | nextcloud-server-b6d8fc97afe28bc1b017026447264ba37ed37caa.tar.gz nextcloud-server-b6d8fc97afe28bc1b017026447264ba37ed37caa.zip |
Merge pull request #36884 from nextcloud/ci/update/update-psalm-baseline
-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 |