File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 egress-policy : audit
2626
2727 - name : Checkout repository
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
3030 - name : Recommend next issue
31- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
31+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 8.0.0
3232 with :
3333 github-token : ${{ secrets.GITHUB_TOKEN }}
3434 script : |
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
122122- Add automated bot to recommend next issues to contributors after their first PR merge (#1380 )
123123
124124### Changed
125-
125+ - Updated actions/checkout to v6.0.1 and actions/github-script v8.0.0 in bot-next-issue-recommendation workflow ( # 1586 )
126126- Expanded inactivity bot messages to include ` /unassign ` command information for contributors (#1555 )
127127- Update the acceptance criteria wording in the issue templates to improve clarity and consistency for contributors (#1491 )
128128- Add return type hint to ` AccountId.__repr__ ` for type consistency. (#1503 )
You can’t perform that action at this time.
0 commit comments