@cryptotaxi247 / kubo / commits / 2a070973a

chore(deps): bump actions/github-script from 6 to 7

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] committed Jan 15, 2024 at 21:41 UTC 2a070973a9271ed525beca80988126ff7a189418
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@v6
29 + uses: actions/github-script@v7
30 with:
31 script: |
32 const fs = require('fs').promises