From f043c832d102701947a75f2208a2f02856180c84 Mon Sep 17 00:00:00 2001 From: D N <4661784+retyui@users.noreply.github.com> Date: Tue, 5 Mar 2024 03:43:32 -0800 Subject: [PATCH] chore: [Github Actions] Update actions/stale to the latest version (#43312) Summary: - Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/stale@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. - from last run: https://github.com/facebook/react-native/actions/runs/8136278191 ## Changelog: [INTERNAL] [CHANGED] - [Github Actions] Update actions/stale to the latest version Pull Request resolved: https://github.com/facebook/react-native/pull/43312 Test Plan: Run workflow once Reviewed By: cortinico Differential Revision: D54506678 Pulled By: arushikesarwani94 fbshipit-source-id: 530ed1f0ff5571ee124bc78bac11c6584a9af60c --- .github/workflows/stale-bot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yml index 168ee6fa314cae..97b6c783cde94e 100644 --- a/.github/workflows/stale-bot.yml +++ b/.github/workflows/stale-bot.yml @@ -10,7 +10,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 180 @@ -27,7 +27,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v9 with: ascending: true repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -45,7 +45,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} any-of-labels: 'Needs: Author Feedback' @@ -63,7 +63,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v9 with: ascending: true repo-token: ${{ secrets.GITHUB_TOKEN }}