Skip to content

Commit

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


Updates `sarisia/actions-status-discord` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/sarisia/actions-status-discord/releases)
- [Commits](9904e31...c242b3a)

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

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] committed Mar 3, 2024
1 parent 0e94ccd commit d282146
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@9904e3130b8905d5b973df25623f17672dcb3466
uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: sarisia/actions/conclusion@main
id: ghapi

- uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466
- uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91
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@9904e3130b8905d5b973df25623f17672dcb3466
uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit d282146

Please sign in to comment.