Skip to content

Commit 37ea076

Browse files
committed
chore: update repo pruner version
1 parent 05324d7 commit 37ea076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repo-pruner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Run Repo Pruner
12-
uses: arminbro/repo-pruner@v1.0.3
12+
uses: arminbro/repo-pruner@v1.0.4
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
with:
16-
inactive_days: 30
16+
inactive_days: 4
1717
base_branch: master

0 commit comments

Comments
 (0)