Skip to content

Commit 9cf0f1c

Browse files
skip changelog(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](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e12138 commit 9cf0f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python utils/bump_version.py ${{ github.event.inputs.release_type }}
3434
3535
- name: Create pull request
36-
uses: actions/github-script@v6
36+
uses: actions/github-script@v7
3737
if: github.actor == 'MarcoGorelli' || github.actor == 'FBruzzesi'
3838
with:
3939
script: |

0 commit comments

Comments
 (0)