Skip to content

Commit 735f5ec

Browse files
authored
Merge pull request #4 from datalayer/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 3 to 7
2 parents b122d68 + 5d06311 commit 735f5ec

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)