Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [WcAServices/markdown-template-action](https://github.com/wcaservices/markdown-template-action), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [hugoalh/send-discord-webhook-ghaction](https://github.com/hugoalh/send-discord-webhook-ghaction). Updates `WcAServices/markdown-template-action` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/wcaservices/markdown-template-action/releases) - [Commits](https://github.com/wcaservices/markdown-template-action/compare/v1.1.0...v1.1.1) Updates `softprops/action-gh-release` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0) Updates `hugoalh/send-discord-webhook-ghaction` from 7.0.3 to 7.0.4 - [Release notes](https://github.com/hugoalh/send-discord-webhook-ghaction/releases) - [Commits](https://github.com/hugoalh/send-discord-webhook-ghaction/compare/v7.0.3...v7.0.4) --- updated-dependencies: - dependency-name: WcAServices/markdown-template-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 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
ff43daae07
commit
6cd8f443e1
2 changed files with 4 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
tag: ${{ steps.project_version.outputs.value }}
|
||||
|
||||
- name: 📝 Generate Github Summary
|
||||
uses: WcAServices/markdown-template-action@v1.1.0
|
||||
uses: WcAServices/markdown-template-action@v1.1.1
|
||||
with:
|
||||
template: |
|
||||
📃 **Name**: ${{ steps.project_name.outputs.value }}
|
||||
|
|
@ -439,7 +439,7 @@ jobs:
|
|||
|
||||
- name: 🚀 Create release
|
||||
id: release
|
||||
uses: softprops/action-gh-release@v2.1.0
|
||||
uses: softprops/action-gh-release@v2.2.0
|
||||
with:
|
||||
name: ${{ needs.info.outputs.project_version }}
|
||||
tag_name: ${{ needs.info.outputs.project_version }}
|
||||
|
|
@ -467,7 +467,7 @@ jobs:
|
|||
max_chars: '1450'
|
||||
|
||||
- name: 📨 Send Discord message
|
||||
uses: hugoalh/send-discord-webhook-ghaction@v7.0.3
|
||||
uses: hugoalh/send-discord-webhook-ghaction@v7.0.4
|
||||
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.3
|
||||
uses: hugoalh/send-discord-webhook-ghaction@v7.0.4
|
||||
with:
|
||||
key: ${{ secrets.DISCORD_NEWS_SERVER }}
|
||||
username: "TerraFirmaGreg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue