diff --git a/.github/workflows/publish-mastodon.yml b/.github/workflows/publish-mastodon.yml index e4afaa33f..d4181af25 100644 --- a/.github/workflows/publish-mastodon.yml +++ b/.github/workflows/publish-mastodon.yml @@ -80,7 +80,7 @@ jobs: - name: Send toot to Mastodon if: ${{ github.event.inputs.dry-run != 'true' }} || ${{ github.event_name == 'release' }} - uses: cbrgm/mastodon-github-action@b02016b6090558f6787e0adee133218dd078f629 # v2.1.3 + uses: cbrgm/mastodon-github-action@002afc29f492d060eecaa944798085e1673254c7 # v2.1.4 with: url: ${{ secrets.MASTODON_URL }} access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}