File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "repo" : " github/gh-aw-actions/setup" ,
1010 "version" : " v0.61.0" ,
1111 "sha" : " df014dd7d03b638e860b2aeca95c833fd97c8cf1"
12+ },
13+ "github/gh-aw/actions/setup@v0.61.0" : {
14+ "repo" : " github/gh-aw/actions/setup" ,
15+ "version" : " v0.61.0" ,
16+ "sha" : " 9758a19d946df81723a0938eb0b4e41236bab981"
1217 }
1318 }
1419}
Original file line number Diff line number Diff line change 2121 - name : Checkout repository
2222 uses : actions/checkout@v6
2323 - name : Install gh-aw extension
24- uses : github/gh-aw/actions/setup-cli@32b3a711a9ee97d38e3989c90af0385aff0066a7 # v0.57.2
24+ uses : github/gh-aw/actions/setup-cli@v0.61.0
2525 with :
26- version : v0.57.2
26+ version : v0.61.0
Original file line number Diff line number Diff line change 2424 pull-requests : write
2525 steps :
2626 - name : Add dogfooding comment
27- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
27+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2828 with :
2929 script : |
3030 // Get PR number from either the PR event or manual input
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Remove stale label from pull request
27- uses : " actions/github-script@v8"
27+ uses : " actions/github-script@v8.0.0 "
2828 with :
2929 script : |
3030 github.rest.issues.removeLabel({
3636 if : github.event_name == 'issue_comment' && github.event.issue.pull_request
3737
3838 - name : Remove stale label from issue
39- uses : " actions/github-script@v8"
39+ uses : " actions/github-script@v8.0.0 "
4040 with :
4141 script : |
4242 github.rest.issues.removeLabel({
You can’t perform that action at this time.
0 commit comments