chore(deps): update actions/github-script action to v9 #99

Merged
CSRBot merged 1 commits from renovate/actions-github-script-9.x into master 2026-04-20 12:05:14 +02:00

View File

@@ -54,7 +54,7 @@ jobs:
- name: Trigger "Push tagged images" workflow
if: steps.check_change.outputs.changed == 'true'
uses: actions/github-script@v8.0.0
uses: actions/github-script@v9.0.0
with:
script: |
const workflowFileName = 'release.yaml';