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 Mar 28, 2022
1 parent d91a21f commit 297b2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -118,7 +118,7 @@ jobs:
run: "composer install --no-interaction --no-progress"

- name: "Cache Result cache"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ./tmp
key: "result-cache-v4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-phpstorm-stubs.yml
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@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
branch-suffix: random
Expand Down

0 comments on commit 297b2d0

Please sign in to comment.