Skip to content

Commit 0591696

Browse files
chore: update actions/checkout to v6.0.1 and add actions/github-script in bot-next-issue-recommendation workflow (hiero-ledger#1587)
Signed-off-by: Siddhartha Ganguly <gangulysiddhartha22@gmail.com> Signed-off-by: gangulysiddhartha22-cmyk <gangulysiddhartha22@gmail.com>
1 parent b53eb08 commit 0591696

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bot-next-issue-recommendation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)