We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a05e7 commit 6c1d4cbCopy full SHA for 6c1d4cb
.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/test-projects.yml
@@ -21,7 +21,7 @@ jobs:
21
- "packagist/private-packagist"
22
23
24
- - uses: peter-evans/repository-dispatch@v2
+ - uses: peter-evans/repository-dispatch@v3
25
26
token: ${{ secrets.REPO_ACCESS_TOKEN }}
27
repository: "${{ matrix.repository }}"
0 commit comments