chore(deps): bump actions/github-script from 8 to 9 (#11284)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
dependabot[bot] committed
Apr 28, 2026 at 05:56 UTC
7cbb0232972dff67b8d37491bb67e2c64813532b
1 file changed
+1
-1
.github/workflows/sync-release-assets.yml
+1
-1
@@ -26,7 +26,7 @@ jobs:
26
with:
27
node-version: 14
28
- name: Sync the latest 5 github releases
29
- uses: actions/github-script@v8
29
+ uses: actions/github-script@v9
30
with:
31
script: |
32
const fs = require('fs').promises