Skip to content

Commit 4d5459f

Browse files
dependabot[bot]homersimpsons
authored andcommitted
Bump actions/github-script from 4 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2848a1c commit 4d5459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- run: npm install @octokit/rest
1212
- name: Close and Mark Stale Issues
13-
uses: actions/github-script@v4
13+
uses: actions/github-script@v6
1414
with:
1515
script: |
1616
const daysBeforeClosing = 180;

0 commit comments

Comments
 (0)