Skip to content

Commit e35ffec

Browse files
dependabot[bot]Stanzilla
authored andcommitted
Bump cbrgm/mastodon-github-action from 2.1.14 to 2.1.19
Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 2.1.14 to 2.1.19. - [Release notes](https://github.com/cbrgm/mastodon-github-action/releases) - [Commits](cbrgm/mastodon-github-action@v2.1.14...v2.1.19) --- updated-dependencies: - dependency-name: cbrgm/mastodon-github-action dependency-version: 2.1.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b65519f commit e35ffec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- name: Send Mastodon Notification
8585
id: mastodon
86-
uses: cbrgm/mastodon-github-action@v2.1.14
86+
uses: cbrgm/mastodon-github-action@v2.1.19
8787
with:
8888
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
8989
url: ${{ secrets.MASTODON_URL }}

.github/workflows/release_notifications_manual_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- name: Mastodon Notification
104104
id: mastodon
105-
uses: cbrgm/mastodon-github-action@v2.1.14
105+
uses: cbrgm/mastodon-github-action@v2.1.19
106106
with:
107107
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} # access token
108108
url: ${{ secrets.MASTODON_URL }} # https://example.social

0 commit comments

Comments
 (0)