We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b990e commit 67b1c51Copy full SHA for 67b1c51
1 file changed
.github/workflows/stale.yml
@@ -25,8 +25,8 @@ jobs:
25
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'false' }}
26
MAX_ACTIONS_PER_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.max_actions || '25' }}
27
steps:
28
- - uses: actions/checkout@v4
29
- - uses: actions/github-script@v7
+ - uses: actions/checkout@v6
+ - uses: actions/github-script@v8
30
with:
31
script: |
32
const script = require('./.github/scripts/stale.js');
0 commit comments