Skip to content

Commit 32e958c

Browse files
authored
fix: use latest release tag in action.yml and test (#370)
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 56a37f0 commit 32e958c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/use-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Run stale_repos tool
26-
uses: docker://ghcr.io/github/stale_repos:v3
26+
uses: docker://ghcr.io/github/stale_repos:v5
2727
env:
2828
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2929
ORGANIZATION: github

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:v3"
10+
image: "docker://ghcr.io/github/stale_repos:v5"
1111
branding:
1212
icon: "check-square"
1313
color: "white"

0 commit comments

Comments
 (0)