From 3d8a92bfecb59997698f2c4e8f724a00f6264026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:43:39 +0000 Subject: [PATCH] Bump cbrgm/mastodon-github-action from 2.0.0 to 2.0.1 Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cbrgm/mastodon-github-action/releases) - [Commits](https://github.com/cbrgm/mastodon-github-action/compare/e25732584d5703e8dc30942722155eabf6dff095...52cef8abc73c64234972a3d37affb31b0825817e) --- updated-dependencies: - dependency-name: cbrgm/mastodon-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-mastodon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"