Skip to content

Commit

Permalink
Bump cbrgm/mastodon-github-action from 2.1.4 to 2.1.5
Browse files Browse the repository at this point in the history
Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/cbrgm/mastodon-github-action/releases)
- [Commits](cbrgm/mastodon-github-action@v2.1.4...v2.1.5)

---
updated-dependencies:
- dependency-name: cbrgm/mastodon-github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Stanzilla committed Jul 8, 2024
1 parent b5bb953 commit 5d94754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- name: Send Mastodon Notification
id: mastodon
uses: cbrgm/[email protected].4
uses: cbrgm/[email protected].5
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
url: ${{ secrets.MASTODON_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_notifications_manual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- name: Mastodon Notification
id: mastodon
uses: cbrgm/[email protected].4
uses: cbrgm/[email protected].5
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} # access token
url: ${{ secrets.MASTODON_URL }} # https://example.social
Expand Down

0 comments on commit 5d94754

Please sign in to comment.