소스 검색

chore(deps): bump actions/stale from 6 to 7 (#9242)

Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 년 전
부모
커밋
f6543ece7d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/stale.yml

+ 2 - 2
.github/workflows/stale.yml

@@ -46,7 +46,7 @@ jobs:
       pull-requests: write
     steps:
       - name: Stale issues
-        uses: actions/stale@v6
+        uses: actions/stale@v7
         id: stale-issues
         with:
           debug-only: ${{ github.event.inputs.debug-only == 'true' }}
@@ -84,7 +84,7 @@ jobs:
         run: echo ${{ join(steps.stale-issues.outputs.*, ',') }}
 
       - name: Stale Pull Requests
-        uses: actions/stale@v6
+        uses: actions/stale@v7
         id: stale-prs
         with:
           debug-only: ${{ github.event.inputs.debug-only == 'true' }}