Skip to content

Commit

Permalink
Bump actions/github-script from 2 to 7 in the dependencies group (#433)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Oct 26, 2024
1 parent e3dfc22 commit 38daeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PR Comment
uses: actions/github-script@v2
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 38daeaa

Please sign in to comment.