Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump 8398a7/action-slack from 3.8.0 to 3.13.0 #359

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
login: ${{ secrets.SURGE_LOGIN }}
token: ${{ secrets.SURGE_TOKEN }}

- uses: 8398a7/action-slack@44a35a96508f31f916f99ad5b68f489ae45659a2
- uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
name: Notify on Slack
if: always() # Pick up events even if the job fails or is canceled.
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}

- uses: 8398a7/action-slack@44a35a96508f31f916f99ad5b68f489ae45659a2
- uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
name: Notify on Slack
if: always() # Pick up events even if the job fails or is canceled.
with:
Expand Down