Skip to content

Commit ac6e4d6

Browse files
chore(deps): update actions/github-script action to v9 (#1242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cc33a7 commit ac6e4d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/issues-helper/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
steps:
2626
- name: Create comment
2727
if: inputs.actions == 'create-comment'
28-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2929
env:
3030
INPUT_ISSUE_NUMBER: ${{ inputs.issue-number }}
3131
INPUT_BODY: ${{ inputs.body }}
@@ -41,7 +41,7 @@ runs:
4141
4242
- name: Close stale issues
4343
if: inputs.actions == 'close-issues'
44-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
44+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4545
env:
4646
INPUT_LABELS: ${{ inputs.labels }}
4747
INPUT_INACTIVE_DAY: ${{ inputs.inactive-day }}
@@ -96,7 +96,7 @@ runs:
9696
if: inputs.actions == 'lock-closed-issues'
9797
# Mirrors the issue-only behavior previously used from:
9898
# https://github.com/dessant/lock-threads/blob/7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7/src/index.js
99-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
99+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
100100
env:
101101
INPUT_INACTIVE_DAY: ${{ inputs.inactive-day }}
102102
with:

0 commit comments

Comments
 (0)