Skip to content

Commit 6e60f67

Browse files
committed
fix: point action.yml to correct major version tag
Fixes: #325 Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 1ccb13f commit 6e60f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "Inactive Repos in the organization"
88
runs:
99
using: "docker"
10-
image: "docker://ghcr.io/github/stale_repos:v1"
10+
image: "docker://ghcr.io/github/stale_repos:v3"
1111
branding:
1212
icon: "check-square"
1313
color: "white"

0 commit comments

Comments
 (0)