Skip to content

Commit 5a37ec5

Browse files
James StockerRumbles
authored andcommitted
[intenthq/infrastructure#4458] Update act10ns/slack to latest
1 parent 2bdb12c commit 5a37ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2323
run: sbt test
2424
- name: Send slack notification
25-
uses: act10ns/slack@v1
25+
uses: act10ns/slack@v2
2626
env:
2727
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
2828
with:

.github/workflows/release-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
4646
run: sbt ci-release
4747
- name: Send slack notification
48-
uses: act10ns/slack@v1
48+
uses: act10ns/slack@v2
4949
env:
5050
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5151
with:

0 commit comments

Comments
 (0)