Skip to content

Commit 5a1f488

Browse files
Renovate: Update actions/github-script action to v9 (#696)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v8` → `v9` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v9`](https://redirect.github.com/actions/github-script/compare/v8...v9) [Compare Source](https://redirect.github.com/actions/github-script/compare/v8...v9) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 8am on Friday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cobaltcore-dev/cortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd0433b commit 5a1f488

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Steps below are only executed if the workflow is triggered by a pull request
6161
- name: Delete old coverage comments (PR only)
6262
if: ${{ github.event_name == 'pull_request' }}
63-
uses: actions/github-script@v8
63+
uses: actions/github-script@v9
6464
with:
6565
script: |
6666
const { data: comments } = await github.rest.issues.listComments({
@@ -86,7 +86,7 @@ jobs:
8686
path: .
8787
- name: Post coverage comment (PR only)
8888
if: ${{ github.event_name == 'pull_request' }}
89-
uses: actions/github-script@v8
89+
uses: actions/github-script@v9
9090
# For external contributors, posting comments fail due to permission issues.
9191
continue-on-error: true
9292
with:

0 commit comments

Comments
 (0)