Skip to content

Commit e5fed64

Browse files
Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/stale](https://github.com/actions/stale) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/stale` from 9.1.0 to 10.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9.1.0...v10.0.0) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 173b2cd commit e5fed64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/close-inactive-issues_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
pull-requests: write
1414
steps:
15-
- uses: actions/stale@v9.1.0
15+
- uses: actions/stale@v10.0.0
1616
with:
1717
days-before-issue-stale: 30
1818
days-before-issue-close: 14

.github/workflows/thank-you-issue_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
comment:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@v7.0.1
13+
- uses: actions/github-script@v8.0.0
1414
with:
1515
github-token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1616
script: |

0 commit comments

Comments
 (0)