diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7619ccc89..19eb54650 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v10 + - uses: actions/stale@v11 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 40 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.' diff --git a/CHANGELOG.md b/CHANGELOG.md index bb67e497d..7c8d97d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SqlServerDsc - Bump GitHub actions checkout to v7 + - Bump action Stale to v11 - Update tests to Pester 6 syntax where supported. - Added Windows user credential format guidance to the credential overview documentation. ([issue #1768](https://github.com/dsccommunity/SqlServerDsc/issues/1768))