Skip to content

Commit 9526714

Browse files
dependabot[bot]cicoylemikeee
authored
chore(deps): bump actions/github-script from 6 to 8 (#4168)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: Mike Nguyen <[email protected]>
1 parent 3f9a1a3 commit 9526714

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/certification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
- name: Build message
360360
if: always() && env.PR_NUMBER != ''
361361
# Abusing of the github-script action to be able to write this in JS
362-
uses: actions/github-script@v6
362+
uses: actions/github-script@v8
363363
with:
364364
script: |
365365
const allComponents = JSON.parse('${{ needs.generate-matrix.outputs.test-matrix }}')

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
- name: Build message
402402
if: always() && env.PR_NUMBER != ''
403403
# Abusing of the github-script action to be able to write this in JS
404-
uses: actions/github-script@v6
404+
uses: actions/github-script@v8
405405
with:
406406
script: |
407407
const allComponents = JSON.parse('${{ needs.generate-matrix.outputs.test-matrix }}')

.github/workflows/dapr-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout code
3030
uses: actions/checkout@v6 # required to make the script available for next step
3131
- name: Issue analyzer
32-
uses: actions/github-script@v6
32+
uses: actions/github-script@v8
3333
with:
3434
github-token: ${{secrets.DAPR_BOT_TOKEN}}
3535
script: |

0 commit comments

Comments
 (0)