diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a9faa0f..6becd58 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'cubrid-lab/sqlalchemy-cubrid' steps: - name: Stale issues and PRs - uses: actions/stale@v10 + uses: actions/stale@v11 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue has been marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs."