File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : windows-latest
1212 steps :
1313 - name : Checkout Bucket
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 2
1717 path : ' scoop-shadow'
1818 - name : Checkout Scoop
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 repository : ScoopInstaller/Scoop
2222 path : ' scoop_core'
@@ -31,12 +31,12 @@ jobs:
3131 runs-on : windows-latest
3232 steps :
3333 - name : Checkout Bucket
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 2
3737 path : ' scoop-shadow'
3838 - name : Checkout Scoop
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 with :
4141 repository : ScoopInstaller/Scoop
4242 path : ' scoop_core'
Original file line number Diff line number Diff line change 99 name : Excavate
1010 runs-on : windows-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Excavate
1414 uses : ScoopInstaller/GithubActions@main
1515 env :
Original file line number Diff line number Diff line change 77 name : PullRequestHandler
88 runs-on : windows-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - name : PullRequestHandler
1212 uses : ScoopInstaller/GithubActions@main
1313 if : startsWith(github.event.comment.body, '/verify')
Original file line number Diff line number Diff line change 77 name : IssueHandler
88 runs-on : windows-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - name : IssueHandler
1212 uses : ScoopInstaller/GithubActions@main
1313 if : github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
Original file line number Diff line number Diff line change 77 name : PullRequestHandler
88 runs-on : windows-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - name : PullRequestHandler
1212 uses : ScoopInstaller/GithubActions@main
1313 env :
You can’t perform that action at this time.
0 commit comments