Skip to content

Commit

Permalink
build(deps): Bump cbrgm/mastodon-github-action from 1 to 2 (#458)
Browse files Browse the repository at this point in the history
Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 1 to 2.
- [Release notes](https://github.com/cbrgm/mastodon-github-action/releases)
- [Commits](cbrgm/mastodon-github-action@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent 97e93dd commit e941d01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mrml-core-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: notify mastodon
uses: cbrgm/mastodon-github-action@v1
uses: cbrgm/mastodon-github-action@v2
with:
message: |
πŸ‘‹ Hey! I just released a new version of mrml! πŸ¦€
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mrml-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
needs: [release]
steps:
- name: notify mastodon
uses: cbrgm/mastodon-github-action@v1
uses: cbrgm/mastodon-github-action@v2
with:
message: |
πŸ‘‹ Hey! I just released a new version of mrml-python! 🐍
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mrml-wasm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: notify mastodon
uses: cbrgm/mastodon-github-action@v1
uses: cbrgm/mastodon-github-action@v2
with:
message: |
πŸ‘‹ Hey! I just released a new version of mrml for javascript!
Expand Down

0 comments on commit e941d01

Please sign in to comment.