We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd84b62 commit 6301a43Copy full SHA for 6301a43
.github/workflows/release-toot.yml
@@ -10,7 +10,7 @@ jobs:
10
toot:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: cbrgm/mastodon-github-action@v1
+ - uses: cbrgm/mastodon-github-action@v2
14
if: ${{ !github.event.repository.private }}
15
with:
16
# GitHub event payload
.github/workflows/send-pr.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: "Create Pull Request"
37
id: create-pr
38
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v6
39
40
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
41
path: ./phpstan-src
0 commit comments