File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments