Skip to content

Commit

Permalink
Merge pull request #360 from rancher-sandbox/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/slackapi/slack-github-action-1.25.0

chore(deps): Bump slackapi/slack-github-action from 1.24.0 to 1.25.0
  • Loading branch information
richardcase authored Feb 15, 2024
2 parents 62cb76d + 8fc9284 commit 1811525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: ${{ failure() || cancelled() }}
runs-on: ubuntu-latest
steps:
- uses: slackapi/slack-github-action@v1.24.0
- uses: slackapi/slack-github-action@v1.25.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
commit: true
- name: Send failed status to slack
if: failure()
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
payload: |
{
Expand Down

0 comments on commit 1811525

Please sign in to comment.