diff --git a/.changeset/happy-pants-approve.md b/.changeset/happy-pants-approve.md new file mode 100644 index 0000000000..fa20e58d18 --- /dev/null +++ b/.changeset/happy-pants-approve.md @@ -0,0 +1,4 @@ +--- +--- + +ci(deps): bump actions/stale from 3 to 9 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fb5839bb97..3cb87c7331 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v3 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days."