Skip to content

Commit f14d7a2

Browse files
chore(ci): Update auto-merged gitHub actions (#2790)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ca2e54f commit f14d7a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
run: npm run test:ci
351351
working-directory: ./${{ matrix.workingDir }}
352352

353-
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
353+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
354354
with:
355355
go-version-file: ./${{ matrix.workingDir }}/go.mod
356356
cache-dependency-path: ./${{ matrix.workingDir }}/go.sum

.github/workflows/playwright-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
SLACK_WEBHOOK_URL=slack_webhook_url:slack_webhook_url
138138
139139
- name: Notify Slack on failure
140-
uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
140+
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0
141141
if: contains(fromJson('["failure"]'), needs.playwright-tests.result)
142142
with:
143143
payload-templated: true

0 commit comments

Comments
 (0)