Skip to content

Commit 6301a43

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
Update github-actions
1 parent bd84b62 commit 6301a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-toot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
toot:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: cbrgm/mastodon-github-action@v1
13+
- uses: cbrgm/mastodon-github-action@v2
1414
if: ${{ !github.event.repository.private }}
1515
with:
1616
# GitHub event payload

.github/workflows/send-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: "Create Pull Request"
3737
id: create-pr
38-
uses: peter-evans/create-pull-request@v5
38+
uses: peter-evans/create-pull-request@v6
3939
with:
4040
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
4141
path: ./phpstan-src

0 commit comments

Comments
 (0)