diff --git a/.github/workflows/publish-mastodon.yml b/.github/workflows/publish-mastodon.yml index 5ede00bca..70b5bc17a 100644 --- a/.github/workflows/publish-mastodon.yml +++ b/.github/workflows/publish-mastodon.yml @@ -75,7 +75,7 @@ jobs: - name: Send toot to Mastodon if: ${{ github.event.inputs.dry-run != 'true' }} || ${{ github.event_name == 'release' }} - uses: cbrgm/mastodon-github-action@e25732584d5703e8dc30942722155eabf6dff095 # v2.0.0 + uses: cbrgm/mastodon-github-action@52cef8abc73c64234972a3d37affb31b0825817e # v2.0.1 with: language: "en" message: "${{ steps.render_template.outputs.result }}${{ env.contributors }}"