From d709dc85a157aa32877d6d2b36ae3a1138e4ea73 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Fri, 23 Dec 2022 08:43:04 +0100 Subject: [PATCH] SqlServerDsc: Update Stale GitHub Action to v7 (#1824) --- .github/workflows/stale.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index bad478398..096b27f7f 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@v6 + - uses: actions/stale@v7 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 4c22fea37..1d35542b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - SqlServerDsc - - Update Stale GitHub Action to v6. + - Update Stale GitHub Action to v7. - Update to build module in separate folder under `output`. - Moved the build step of the pipeline to a Windows build worker when running in Azure DevOps.