1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-06 14:54:21 +02:00

ci: update github-script action to v9

This commit is contained in:
2026-04-20 16:50:11 +02:00
parent 6af1683c23
commit 2ae0a40616
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
outputs:
branch-pr: ${{ steps.script.outputs.result }}
steps:
- uses: actions/github-script@v7
- uses: actions/github-script@v9
id: script
if: github.event_name == 'push' && github.event.ref_type != 'tag'
with:
@@ -25,4 +25,4 @@ jobs:
if (prs.data.length) {
console.log(`::notice ::Skipping CI on branch push as it is already run in PR #${prs.data[0]["number"]}`)
return prs.data[0]["number"]
}
}