Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73ba5e4

Browse files
authoredNov 17, 2023
Merge pull request #238 from OpenFunction/dependabot/github_actions/actions/github-script-7
chore(deps): bump actions/github-script from 6 to 7
2 parents 22ac0ce + 33f7470 commit 73ba5e4

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)
Please sign in to comment.