Skip to content

Commit 3477b64

Browse files
authored
Merge pull request #326 from github/jm_fix_major_version_pointer
fix: point action.yml to correct major version tag
2 parents 62b8296 + d0fdb25 commit 3477b64

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/use-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v4.2.2
2323
- name: Run stale_repos tool
24-
uses: docker://ghcr.io/github/stale_repos:v1
24+
uses: docker://ghcr.io/github/stale_repos:v3
2525
env:
2626
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2727
ORGANIZATION: github

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v4
9898

9999
- name: Run stale_repos tool
100-
uses: github/stale-repos@v2
100+
uses: github/stale-repos@v3
101101
env:
102102
GH_TOKEN: ${{ secrets.GH_TOKEN }}
103103
ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- name: Run stale_repos tool
163163
id: stale-repos
164-
uses: github/stale-repos@v2
164+
uses: github/stale-repos@v3
165165
env:
166166
GH_TOKEN: ${{ secrets.GH_TOKEN }}
167167
ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -210,7 +210,7 @@ jobs:
210210
org: [org1, org2]
211211
steps:
212212
- name: "run stale-repos"
213-
uses: github/stale-repos@v2
213+
uses: github/stale-repos@v3
214214
env:
215215
GH_TOKEN: ${{ secrets.GH_TOKEN }}
216216
ORGANIZATION: ${{ matrix.org }}
@@ -240,7 +240,7 @@ jobs:
240240
- uses: actions/checkout@v4
241241
242242
- name: Run stale_repos tool
243-
uses: github/stale-repos@v2
243+
uses: github/stale-repos@v3
244244
env:
245245
GH_APP_ID: ${{ secrets.GH_APP_ID }}
246246
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:v1"
10+
image: "docker://ghcr.io/github/stale_repos:v3"
1111
branding:
1212
icon: "check-square"
1313
color: "white"

0 commit comments

Comments
 (0)