Skip to content

Commit 6c1d4cb

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
Update github-actions
1 parent e3a05e7 commit 6c1d4cb

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/test-projects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- "packagist/private-packagist"
2222

2323
steps:
24-
- uses: peter-evans/repository-dispatch@v2
24+
- uses: peter-evans/repository-dispatch@v3
2525
with:
2626
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2727
repository: "${{ matrix.repository }}"

0 commit comments

Comments
 (0)