Bump hugoalh/send-discord-webhook-ghaction in the dependencies group
Bumps the dependencies group with 1 update: [hugoalh/send-discord-webhook-ghaction](https://github.com/hugoalh/send-discord-webhook-ghaction). Updates `hugoalh/send-discord-webhook-ghaction` from 7.0.4 to 7.0.5 - [Release notes](https://github.com/hugoalh/send-discord-webhook-ghaction/releases) - [Commits](https://github.com/hugoalh/send-discord-webhook-ghaction/compare/v7.0.4...v7.0.5) --- updated-dependencies: - dependency-name: hugoalh/send-discord-webhook-ghaction dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3b705e3f18
commit
747b87b332
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -467,7 +467,7 @@ jobs:
|
|||
max_chars: '1450'
|
||||
|
||||
- name: 📨 Send Discord message
|
||||
uses: hugoalh/send-discord-webhook-ghaction@v7.0.4
|
||||
uses: hugoalh/send-discord-webhook-ghaction@v7.0.5
|
||||
with:
|
||||
key: ${{ secrets.DISCORD_RELEASES }}
|
||||
username: "TerraFirmaGreg"
|
||||
|
|
|
|||
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 📨 Send Discord message
|
||||
uses: hugoalh/send-discord-webhook-ghaction@v7.0.4
|
||||
uses: hugoalh/send-discord-webhook-ghaction@v7.0.5
|
||||
with:
|
||||
key: ${{ secrets.DISCORD_NEWS_SERVER }}
|
||||
username: "TerraFirmaGreg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue