diff --git a/.github/workflows/stale-issue-pr.yaml b/.github/workflows/stale-issue-pr.yaml index 8649b9a5..352c8b42 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@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 # Use the latest version of the Stale Action + uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 # Use the latest version of the Stale Action with: # Label to apply to stale issues stale-issue-label: 'stale'