Skip to content

Commit 6c19fa1

Browse files
ci: bump slackapi/slack-github-action from 1.27.0 to 2.0.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.27.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e918219 commit 6c19fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
env:
106106
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
107107
- if: failure()
108-
uses: slackapi/slack-github-action@v1.27.0
108+
uses: slackapi/slack-github-action@v2.0.0
109109
with:
110110
channel-id: alerts
111111
payload: |
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_PUBLISH }}
136136
- if: failure()
137-
uses: slackapi/slack-github-action@v1.27.0
137+
uses: slackapi/slack-github-action@v2.0.0
138138
with:
139139
channel-id: alerts
140140
payload: |

0 commit comments

Comments
 (0)