Skip to content

Commit 33f7470

Browse files
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](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 65a4d78 commit 33f7470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assign.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Comment analyzer
26-
uses: actions/github-script@v6
26+
uses: actions/github-script@v7
2727
with:
2828
github-token: ${{secrets.GITHUB_TOKEN}}
2929
script: |

0 commit comments

Comments
 (0)