Skip to content

Commit

Permalink
ci(GitHub-Actions): Upgrade to latest versions
Browse files Browse the repository at this point in the history
ScribeMD/slack-templates 0.2.3 --> 0.2.4
  • Loading branch information
Kurt-von-Laven committed Apr 26, 2022
1 parent 5edd579 commit 7a1b49c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
bump-version:
name: Bump Version
uses: ScribeMD/slack-templates/.github/workflows/bump-version.yaml@0.2.3
uses: ScribeMD/slack-templates/.github/workflows/bump-version.yaml@0.2.4
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_ACTIONS_CHANNEL_ID: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}
2 changes: 1 addition & 1 deletion .github/workflows/notify-assignee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
notify-assignee:
name: Notify Assignee
uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.2.3
uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.2.4
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_ASSIGN_CHANNEL_ID: ${{ secrets.SLACK_ASSIGN_CHANNEL_ID }}
2 changes: 1 addition & 1 deletion .github/workflows/notify-reviewers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
notify-reviewers:
name: Notify Reviewers
uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.2.3
uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.2.4
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_REVIEW_CHANNEL_ID: ${{ secrets.SLACK_REVIEW_CHANNEL_ID }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ScribeMD/pre-commit-action@0.1.5
- name: Send Slack notification with job status.
if: always()
uses: ScribeMD/slack-templates@0.2.3
uses: ScribeMD/slack-templates@0.2.4
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}
Expand Down

0 comments on commit 7a1b49c

Please sign in to comment.