Skip to content

Commit da5f786

Browse files
chore(deps): update actions/github-script action to v8 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4fbd37 commit da5f786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ecosystem-ci-from-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
comment-id: ${{ steps.create-comment.outputs.result }}
5858
steps:
5959
- id: create-comment
60-
uses: actions/github-script@v7
60+
uses: actions/github-script@v8
6161
with:
6262
github-token: ${{ secrets.ECOSYSTEM_CI_ACCESS_TOKEN }}
6363
result-encoding: string
@@ -157,7 +157,7 @@ jobs:
157157
needs: [init, execute-selected-suite, execute-all]
158158
if: always()
159159
steps:
160-
- uses: actions/github-script@v7
160+
- uses: actions/github-script@v8
161161
with:
162162
github-token: ${{ secrets.ECOSYSTEM_CI_ACCESS_TOKEN }}
163163
script: |

0 commit comments

Comments
 (0)