Skip to content

Commit e1fc10e

Browse files
ci: bump slackapi/slack-github-action from 2.1.0 to 2.1.1 (#669)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miroslav Bajtoš <[email protected]>
1 parent 6d934df commit e1fc10e

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/[email protected].0
108+
uses: slackapi/[email protected].1
109109
with:
110110
method: chat.postMessage
111111
token: ${{ secrets.SLACK_BOT_TOKEN }}
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_PUBLISH }}
136136
- if: failure()
137-
uses: slackapi/[email protected].0
137+
uses: slackapi/[email protected].1
138138
with:
139139
method: chat.postMessage
140140
token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)