Skip to content

Commit

Permalink
chore(deps): update actions/stale action to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent 76e846e commit 5c61363
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@6f05e4244c9a0b2ed3401882b05d701dd0a7289b" # v7.0.0
- uses: "actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84" # v8.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand All @@ -47,7 +47,7 @@ jobs:
with:
egress-policy: "audit"

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

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

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

0 comments on commit 5c61363

Please sign in to comment.