Skip to content

Commit 8a313b5

Browse files
dependabot[bot]ArangoGutierrez
authored andcommitted
Bump slackapi/slack-github-action from 2.1.0 to 2.1.1
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]>
1 parent 1c2ee5b commit 8a313b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/precompiled.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
# as e2e tests may fail for new kernel release
276276
- name: Slack notification
277277
if: steps.set_kernel_version.outputs.matrix_values_not_empty == '1'
278-
uses: slackapi/[email protected].0
278+
uses: slackapi/[email protected].1
279279
with:
280280
token: ${{ secrets.SLACK_BOT_TOKEN }}
281281
method: chat.postMessage
@@ -475,7 +475,7 @@ jobs:
475475
476476
- name: Slack notification
477477
if: ${{ ! (matrix.driver_branch == 535 && contains(matrix.kernel_version, 'ubuntu24.04')) }}
478-
uses: slackapi/[email protected].0
478+
uses: slackapi/[email protected].1
479479
with:
480480
token: ${{ secrets.SLACK_BOT_TOKEN }}
481481
method: chat.postMessage

0 commit comments

Comments
 (0)