diff --git a/.github/workflows/use-action.yml b/.github/workflows/use-action.yml index c756339..9100a6f 100644 --- a/.github/workflows/use-action.yml +++ b/.github/workflows/use-action.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Run stale_repos tool - uses: docker://ghcr.io/github/stale_repos:v3 + uses: docker://ghcr.io/github/stale_repos:v5 env: GH_TOKEN: ${{ secrets.GH_TOKEN }} ORGANIZATION: github diff --git a/action.yml b/action.yml index 2ce6526..4528b9b 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ outputs: description: "Inactive Repos in the organization" runs: using: "docker" - image: "docker://ghcr.io/github/stale_repos:v3" + image: "docker://ghcr.io/github/stale_repos:v5" branding: icon: "check-square" color: "white"