Skip to content

Commit 36638be

Browse files
authored
Merge pull request #133 from arminbro/dev
chore: update repo pruner version
2 parents 1a81e7b + 37ea076 commit 36638be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repo-pruner.yml

+2-2
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/[email protected].3
12+
uses: arminbro/[email protected].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)