Skip to content

Commit eedcdd5

Browse files
dependabot[bot]killerwife
authored andcommitted
Bump rjstone/discord-webhook-notify from 1.1.1 to 2.2.1
--- updated-dependencies: - dependency-name: rjstone/discord-webhook-notify dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a293273 commit eedcdd5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "GIT_SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
7373
7474
- name: Notify
75-
uses: rjstone/discord-webhook-notify@v1.1.1
75+
uses: rjstone/discord-webhook-notify@v2.2.1
7676
with:
7777
severity: error
7878
description: |

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "GIT_SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
100100
101101
- name: Notify
102-
uses: rjstone/discord-webhook-notify@v1.1.1
102+
uses: rjstone/discord-webhook-notify@v2.2.1
103103
with:
104104
severity: error
105105
description: |

.github/workflows/windows-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
echo "PB_AB_ARCH_NAME=${projectNames}-with-playerbot-ahbot-${shortSHA}.zip" >> $GITHUB_ENV
159159
160160
- name: Notify
161-
uses: rjstone/discord-webhook-notify@v1.1.1
161+
uses: rjstone/discord-webhook-notify@v2.2.1
162162
with:
163163
severity: info
164164
description: |
@@ -193,7 +193,7 @@ jobs:
193193
echo "GIT_SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
194194
195195
- name: Notify
196-
uses: rjstone/discord-webhook-notify@v1.1.1
196+
uses: rjstone/discord-webhook-notify@v2.2.1
197197
with:
198198
severity: error
199199
description: |

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
echo "GIT_SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
8484
8585
- name: Notify
86-
uses: rjstone/discord-webhook-notify@v1.1.1
86+
uses: rjstone/discord-webhook-notify@v2.2.1
8787
with:
8888
severity: error
8989
description: |

0 commit comments

Comments
 (0)