Skip to content

Commit

Permalink
[CI] Update update-psalm-baseline workflow to solve warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
MichaIng committed Feb 27, 2023
1 parent 3c09990 commit f74b756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-psalm-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f74b756

Please sign in to comment.