Skip to content

Commit

Permalink
chore(deps): bump the all group with 1 update
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord).

- [Release notes](https://github.com/sarisia/actions-status-discord/releases)
- [Commits](82409b2...9904e31)

---
updated-dependencies:
- dependency-name: sarisia/actions-status-discord
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 39cfaba commit 090e2e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git push origin $TAGNAME
- name: report result
uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81
uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: sarisia/actions/conclusion@main
id: ghapi

- uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81
- uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run build
- name: report result
uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81
uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit 090e2e8

Please sign in to comment.