Skip to content

Commit

Permalink
Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ondrejmirtes committed May 8, 2023
1 parent d109fc8 commit cd49b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
run: "gpg --verify phpstan.phar.asc"

- name: "Install lucky_commit"
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: lucky_commit
args: --no-default-features
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-marked-as-ready.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Comment PR
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
with:
body: "This pull request has been marked as ready for review."
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-phpstorm-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: "./bin/generate-function-metadata.php"
- name: "Create Pull Request"
id: create-pr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
branch-suffix: random
Expand Down

0 comments on commit cd49b6a

Please sign in to comment.