@cryptotaxi247 / kubo / commits / 9c2c5417b

chore(deps): bump actions/github-script from 7 to 8 (#10960)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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>

dependabot[bot] committed Sep 19, 2025 at 19:03 UTC 9c2c5417b95db94d925ac0630681b11ccba84166
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@v7
29 + uses: actions/github-script@v8
30 with:
31 script: |
32 const fs = require('fs').promises