Skip to content

Commit d0fdb25

Browse files
committed
fix: update version in usages (docs, workflows)
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 56984ad commit d0fdb25

File tree

2 files changed

+5
-5
lines changed

2 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
@@ -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 }}

0 commit comments

Comments
 (0)