diff --git a/.github/workflows/stale-issue-pr.yaml b/.github/workflows/stale-issue-pr.yaml index 53dd9bab..0bfa69de 100644 --- a/.github/workflows/stale-issue-pr.yaml +++ b/.github/workflows/stale-issue-pr.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Mark stale issues and PRs - uses: actions/stale@v10.0.0 # Use the latest version of the Stale Action + uses: actions/stale@v10.1.0 # Use the latest version of the Stale Action with: # Label to apply to stale issues stale-issue-label: 'stale'