Skip to content

Commit

Permalink
deps(actions): use actions/stale commit id to track and pin version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez authored Dec 22, 2023
1 parent 36b7bfb commit fc15d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 90
Expand Down

0 comments on commit fc15d0e

Please sign in to comment.