Skip to content

Commit edf283d

Browse files
build(deps): bump actions/github-script from 6 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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>
1 parent e744c56 commit edf283d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git push origin "$BRANCH_NAME"
6161
6262
- name: Create Pull Request
63-
uses: actions/github-script@v6
63+
uses: actions/github-script@v8
6464
with:
6565
script: |
6666
const version = require('fs').readFileSync('Cargo.toml', 'utf8').match(/^version = "(.*)"/m)[1];

0 commit comments

Comments
 (0)