Skip to content

Commit 0f07976

Browse files
chore(deps): update slackapi/slack-github-action action to v3
1 parent d5086c6 commit 0f07976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: check
6060
- name: Send Slack announcement of pipeline failure
6161
if: steps.check.outputs.status == 'failure' && github.event_name == 'schedule'
62-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
62+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
6363
with:
6464
payload: |
6565
url: "https://github.com/neo4j/graphql/actions/runs/${{ github.run_id }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- name: Send Slack announcement of release
8080
if: matrix.package.name == '@neo4j/graphql'
81-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
81+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
8282
with:
8383
payload: |
8484
version: ${{ matrix.package.version }}

0 commit comments

Comments
 (0)