Skip to content

Commit 67b1c51

Browse files
authored
ci(stale): bump checkout to v6 and github-script to v8 (#8213)
1 parent c2b990e commit 67b1c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'false' }}
2626
MAX_ACTIONS_PER_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.max_actions || '25' }}
2727
steps:
28-
- uses: actions/checkout@v4
29-
- uses: actions/github-script@v7
28+
- uses: actions/checkout@v6
29+
- uses: actions/github-script@v8
3030
with:
3131
script: |
3232
const script = require('./.github/scripts/stale.js');

0 commit comments

Comments
 (0)