Skip to content

Commit 90d5c60

Browse files
chore(deps): update actions/github-script action to v9 (main) (#47)
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 - At any time (no schedule defined) - 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/Stensel8/Zephyrus-Linux). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13d8c08 commit 90d5c60

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Post PR comment
8080
if: steps.check.outputs.found == 'true'
81-
uses: actions/github-script@v8
81+
uses: actions/github-script@v9
8282
env:
8383
FILES: ${{ steps.check.outputs.files }}
8484
ACTOR: ${{ github.event.pull_request.user.login }}
@@ -203,7 +203,7 @@ jobs:
203203
if: always()
204204
needs: [pr-title, bilingual, image-format, hugo-build, link-check]
205205
steps:
206-
- uses: actions/github-script@v8
206+
- uses: actions/github-script@v9
207207
env:
208208
RESULT_PR_TITLE: ${{ needs.pr-title.result }}
209209
RESULT_BILINGUAL: ${{ needs.bilingual.result }}

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
]
6+
}

0 commit comments

Comments
 (0)