Skip to content

Commit aa4632d

Browse files
committed
Update version for Action and Docker image
1 parent 05c794a commit aa4632d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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:v5
26+
uses: docker://ghcr.io/github/stale_repos:v6
2727
env:
2828
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2929
ORGANIZATION: github

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@v4
9999

100100
- name: Run stale_repos tool
101-
uses: github/stale-repos@v3
101+
uses: github/stale-repos@v6
102102
env:
103103
GH_TOKEN: ${{ secrets.GH_TOKEN }}
104104
ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -147,7 +147,7 @@ jobs:
147147
148148
steps:
149149
- name: Run stale_repos tool
150-
uses: github/stale-repos@v3
150+
uses: github/stale-repos@v6
151151
env:
152152
GH_TOKEN: ${{ secrets.GH_TOKEN }}
153153
ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -275,7 +275,7 @@ jobs:
275275
- uses: actions/checkout@v4
276276
277277
- name: Run stale_repos tool
278-
uses: github/stale-repos@v3
278+
uses: github/stale-repos@v6
279279
env:
280280
GH_APP_ID: ${{ secrets.GH_APP_ID }}
281281
GH_APP_INSTALLATION_ID: ${{ secrets.GH_APP_INSTALLATION_ID }}

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

0 commit comments

Comments
 (0)