@@ -18,7 +18,7 @@ name: stale repo identifier
1818 workflow_dispatch :
1919 push :
2020 branches :
21- - main
21+ - fix-stale-repos-action
2222 schedule :
2323 - cron : " 0 1 1 * *" # Runs monthly: at 01:00 UTC on the 1st day of every month
2424
@@ -38,10 +38,10 @@ jobs:
3838 contents : read
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4242
4343 - name : Run stale_repos tool
44- uses : github/stale-repos@v2.1 .3
44+ uses : github/stale-repos@v8.0 .3
4545 env :
4646 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 ORGANIZATION : SovereignCloudStack
5353 run : mv stale_repos.md stale_repos_${{ matrix.days }}.md
5454
5555 - name : Upload stale report artifact
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 name : stale_repos_report_${{ matrix.days }}
5959 path : stale_repos_${{ matrix.days }}.md
@@ -67,10 +67,10 @@ jobs:
6767 issues : write
6868
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v6
7171
7272 - name : Download all stale report artifacts
73- uses : actions/download-artifact@v4
73+ uses : actions/download-artifact@v6
7474 with :
7575 path : stale_reports
7676
9090 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9191
9292 - name : Create or update issue
93- uses : peter-evans/create-issue-from-file@v5
93+ uses : peter-evans/create-issue-from-file@v6
9494 with :
9595 issue-number : ${{ env.issue_number }}
9696 title : Stale repository report
0 commit comments