Skip to content

Commit 5d06311

Browse files
Bump actions/github-script from 3 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...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 9a2d928 commit 5d06311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binder-on-pr.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: comment on PR with Binder link
16-
uses: actions/github-script@v3
16+
uses: actions/github-script@v7
1717
with:
1818
github-token: ${{secrets.GITHUB_TOKEN}}
1919
script: |

0 commit comments

Comments
 (0)