Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit fff9c05

Browse files
fix(deps): bump 8398a7/action-slack from 3.10.0 to 3.11.0 (#7)
Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](8398a7/action-slack@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d17eb21 commit fff9c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: composer run-script test
3838

3939
- name: Send Slack notification
40-
uses: 8398a7/action-slack@v3.10.0
40+
uses: 8398a7/action-slack@v3.11.0
4141
if: failure()
4242
with:
4343
status: ${{ job.status }}
@@ -65,7 +65,7 @@ jobs:
6565
commit_author: "API-Client GitHub Actions Bot <[email protected]>"
6666

6767
- name: Send Slack notification
68-
uses: 8398a7/action-slack@v3.10.0
68+
uses: 8398a7/action-slack@v3.11.0
6969
if: success()
7070
with:
7171
status: ${{ job.status }}

0 commit comments

Comments
 (0)