Skip to content

Commit 08fc39f

Browse files
Bump actions/github-script from 2 to 7 in the dependencies group (#121)
Bumps the dependencies group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 2 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v2...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c692cfe commit 08fc39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: PR Comment
16-
uses: actions/github-script@v2
16+
uses: actions/github-script@v7
1717
with:
1818
github-token: ${{secrets.GITHUB_TOKEN}}
1919
script: |

0 commit comments

Comments
 (0)