Skip to content

Commit d401e43

Browse files
Merge branch 'main' into entity
2 parents 03d92af + f16f625 commit d401e43

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: "Slack Notification"
7474
if: ${{ github.ref == 'refs/heads/main' && failure() }}
75-
uses: slackapi/slack-github-action@v2.0.0
75+
uses: slackapi/slack-github-action@v2.1.0
7676
with:
7777
webhook: ${{ secrets.SLACK_WEBHOOK }}
7878
webhook-type: incoming-webhook

.github/workflows/deploy-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: "Slack Notification"
4242
if: failure()
43-
uses: slackapi/slack-github-action@v2.0.0
43+
uses: slackapi/slack-github-action@v2.1.0
4444
with:
4545
webhook: ${{ secrets.SLACK_WEBHOOK }}
4646
webhook-type: incoming-webhook

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: "Slack Notification"
7171
if: failure()
72-
uses: slackapi/slack-github-action@v2.0.0
72+
uses: slackapi/slack-github-action@v2.1.0
7373
with:
7474
webhook: ${{ secrets.SLACK_WEBHOOK }}
7575
webhook-type: incoming-webhook

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: "Slack Notification"
7878
if: failure()
79-
uses: slackapi/slack-github-action@v2.0.0
79+
uses: slackapi/slack-github-action@v2.1.0
8080
with:
8181
webhook: ${{ secrets.SLACK_WEBHOOK }}
8282
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)