Skip to content

Commit 744c3d5

Browse files
chore(deps): bump the actions-dependencies group with 2 updates (#523)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2aa4c76 commit 744c3d5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/connect-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
if: ${{ failure() }}
192192
steps:
193193
- name: Notify Slack
194-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d # v3.0.4
194+
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0
195195
with:
196196
webhook: ${{ secrets.SLACK_WEBHOOK_CONNECT_CI }}
197197
webhook-type: incoming-webhook

.github/workflows/website-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uv run python scripts/generate-feature-matrix.py
5252
fi
5353
54-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
54+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5555
with:
5656
node-version: 20
5757
cache: npm

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uv run python scripts/generate-feature-matrix.py
5252
fi
5353
54-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
54+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5555
with:
5656
node-version: 20
5757
cache: npm

.github/workflows/weekly-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
steps.gather.outputs.has_prs == 'true' &&
192192
steps.payload.outputs.has_highlights == 'true' &&
193193
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
194-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d # v3.0.4
194+
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0
195195
with:
196196
webhook: ${{ secrets.SLACK_WEBHOOK_VIP_WEEKLY_SUMMARY }}
197197
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)