Bump actions/github-script from 8 to 9 (#1136)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-13 21:03:12 +02:00
committed by GitHub
parent 36a9a156cf
commit d4a4c40a3f
8 changed files with 10 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: pnpm run build
- name: Overwrite cache
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const {overwriteCache} = await import("${{ github.workspace }}/dist/gwh_overwrite_cache.js")