Skip to content

Commit d8dc647

Browse files
chore(deps): update actions/github-script action to v8 (#2066)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7` -> `v8` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fgithub-script/v8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fgithub-script/v7/v8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [actions:github-script](https://redirect.github.com/actions/github-script) | | major | `v7` -> `v8` | [![age](https://developer.mend.io/api/mc/badges/age/maven/actions:github-script/v8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/actions:github-script/v7/v8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v8`](https://redirect.github.com/actions/github-script/compare/v7...v8) [Compare Source](https://redirect.github.com/actions/github-script/compare/v7...v8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1567daa commit d8dc647

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.5.1-SNAPSHOT")
55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v5")
7-
@file:DependsOn("actions:github-script:v7")
7+
@file:DependsOn("actions:github-script:v8")
88
@file:DependsOn("actions:setup-java:v4")
99
@file:DependsOn("actions:setup-python:v6")
1010
@file:DependsOn("gradle:actions__setup-gradle:v4")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: 'GHWKT_RUN_STEP=''end-to-end-tests.yaml:test_job_1:step-19'' ''.github/workflows/end-to-end-tests.main.kts'''
149149
if: '${{ steps.step-18.outputs.evaluation-result }}'
150150
- id: 'step-20'
151-
uses: 'actions/github-script@v7'
151+
uses: 'actions/github-script@v8'
152152
with:
153153
script: |-
154154
core.setOutput("key", "value")

0 commit comments

Comments
 (0)