From 8e5a4dc91cff0fc1073854e2973b4aef1217a1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:10:39 +0000 Subject: [PATCH] Bump cbrgm/mastodon-github-action from 2.1.7 to 2.1.8 Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/cbrgm/mastodon-github-action/releases) - [Commits](https://github.com/cbrgm/mastodon-github-action/compare/b97a4c288a6fd9d75821d92432704339202e090f...eec9734402fe90511688538f942a916c61808ba7) --- 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 06cd29220..4ba46f5d9 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@b97a4c288a6fd9d75821d92432704339202e090f # v2.1.7 + uses: cbrgm/mastodon-github-action@eec9734402fe90511688538f942a916c61808ba7 # v2.1.8 with: url: ${{ secrets.MASTODON_URL }} access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}