Skip to content

Commit

Permalink
++ version of actions/stale, now works with node 16
Browse files Browse the repository at this point in the history
Warnings about node 12 being deprecated soon where displayed when the action was running, this should fix it.
  • Loading branch information
fredericsimard committed Sep 20, 2023
1 parent 5433afd commit f84d75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close_stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CREDENTIALS: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/ifkeehu5gzi7wy5ub5qvwkaire/credential"

- name: Close stale issues
uses: actions/stale@v4.1.1
uses: actions/stale@v5.2.1
with:
repo-token: ${{ env.CREDENTIALS }}
operations-per-run: 100
Expand Down

0 comments on commit f84d75f

Please sign in to comment.