Skip to content

Commit 14cf81c

Browse files
chore(deps): update actions/github-script action to v9 (#2291)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v8` → `v9` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fgithub-script/v9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fgithub-script/v8/v9?slim=true) | | [actions:github-script](https://redirect.github.com/actions/github-script) | | major | `v8` → `v9` | ![age](https://developer.mend.io/api/mc/badges/age/maven/actions:github-script/v9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/actions:github-script/v8/v9?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### 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**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 031bb0e commit 14cf81c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/end-to-end-tests.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@file:DependsOn("io.github.typesafegithub:action-updates-checker:3.7.1-SNAPSHOT")
55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v6")
7-
@file:DependsOn("actions:github-script:v8")
7+
@file:DependsOn("actions:github-script:v9")
88
@file:DependsOn("actions:setup-java:v5")
99
@file:DependsOn("actions:setup-python:v6")
1010
@file:DependsOn("gradle:actions__setup-gradle:v6")

.github/workflows/end-to-end-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
run: 'GHWKT_RUN_STEP=''end-to-end-tests.yaml:test_job_1:step-19'' ''.github/workflows/end-to-end-tests.main.kts'''
168168
if: '${{ steps.step-18.outputs.evaluation-result }}'
169169
- id: 'step-20'
170-
uses: 'actions/github-script@v8'
170+
uses: 'actions/github-script@v9'
171171
with:
172172
script: |-
173173
core.setOutput("key", "value")

0 commit comments

Comments
 (0)