Skip to content

Commit 2e0fe7e

Browse files
chore(deps): bump actions/github-script from 5 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...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>
1 parent f382428 commit 2e0fe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Bump version
25-
uses: actions/github-script@v5
25+
uses: actions/github-script@v7
2626
with:
2727
script: |
2828
let response = await github.rest.git.getCommit({

0 commit comments

Comments
 (0)