Skip to content

Commit

Permalink
chore(deps): update actions/stale action to v9 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent b86bc8f commit 3bf36ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
egress-policy: "audit"

- uses: "actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84" # v8.0.0
- uses: "actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e" # v9.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand All @@ -48,7 +48,7 @@ jobs:
with:
egress-policy: "audit"

- uses: "actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84" # v8.0.0
- uses: "actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e" # v9.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand All @@ -71,7 +71,7 @@ jobs:
with:
egress-policy: "audit"

- uses: "actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84" # v8.0.0
- uses: "actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e" # v9.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand All @@ -96,7 +96,7 @@ jobs:
with:
egress-policy: "audit"

- uses: "actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84" # v8.0.0
- uses: "actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e" # v9.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand Down

0 comments on commit 3bf36ca

Please sign in to comment.