Skip to content

Commit c3957c4

Browse files
chore(deps): update 8398a7/action-slack action to v3.19.0 (#449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da3d3bd commit c3957c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
helm install ${CHART_NAME} ${CHART_NAME} -f ${CHART_NAME}/values-test.yaml -n stakater-chart-pipeline-test --dry-run --debug
4040
- name: Notify Slack
41-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
41+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
4242
if: failure() # Pick up events only if the job fails
4343
with:
4444
status: ${{ job.status }}
@@ -119,7 +119,7 @@ jobs:
119119
sha: '${{ steps.commit.outputs.sha }}'
120120
})
121121
- name: Notify Slack
122-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
122+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
123123
if: always() # Pick up events even if the job fails or is canceled.
124124
with:
125125
status: ${{ job.status }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
prerelease: false
2626
make_latest: true
2727
- name: Notify Slack
28-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
28+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
2929
if: always()
3030
with:
3131
status: ${{ job.status }}

0 commit comments

Comments
 (0)