chore(deps): update actions/github-script action to v9
Some checks failed
Build / build-amd64 (pull_request) Successful in 42s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Failing after 4m41s

This commit is contained in:
2026-04-14 10:56:24 +00:00
parent d84904bf0a
commit 3f50260bfa

View File

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