diff --git a/.github/allowed-actions.js b/.github/allowed-actions.js index c2c9f1da2f..c84dca1d41 100644 --- a/.github/allowed-actions.js +++ b/.github/allowed-actions.js @@ -8,7 +8,7 @@ export default [ 'actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d', // v4.0.2 'actions/labeler@5f867a63be70efff62b767459b009290364495eb', // v2.2.0 'actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f', // v2.2.0 - 'actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da', // v3.0.16 + 'actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa', // v4.0.0 'actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074', // v2.2.4 'alex-page/github-project-automation-plus@fdb7991b72040d611e1123d2b75ff10eda9372c9', 'andymckay/labeler@22d5392de2b725cea4b284df5824125054049d84', diff --git a/.github/workflows/60-days-stale-check.yml b/.github/workflows/60-days-stale-check.yml index 24ba31594c..7ab9edcde5 100644 --- a/.github/workflows/60-days-stale-check.yml +++ b/.github/workflows/60-days-stale-check.yml @@ -13,7 +13,7 @@ jobs: if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' runs-on: ubuntu-latest steps: - - uses: actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da + - uses: actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.' diff --git a/.github/workflows/triage-stale-check.yml b/.github/workflows/triage-stale-check.yml index c8d7f3d29c..b22c11d37f 100644 --- a/.github/workflows/triage-stale-check.yml +++ b/.github/workflows/triage-stale-check.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da + - uses: actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: 'A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days.' @@ -26,7 +26,7 @@ jobs: if: github.repository == 'github/docs' runs-on: ubuntu-latest steps: - - uses: actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da + - uses: actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: 'This is a gentle bump for the docs team that this PR is waiting for review.'