Skip to content

Commit ba3c890

Browse files
Update actions/github-script action to v8 (lobehub#9554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 639032e commit ba3c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lock-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: Lock closed issues after 7 days of inactivity
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v8
2323
with:
2424
script: |
2525
const lockScript = require('./.github/scripts/lock-closed-issues.js');

0 commit comments

Comments
 (0)