File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222 persist-credentials : false
2323
24- - uses : actions/setup-dotnet@v5
24+ - uses : actions/setup-dotnet@v6
2525
2626 - uses : actions/cache@v6
2727 with :
@@ -112,7 +112,7 @@ jobs:
112112 with :
113113 persist-credentials : false
114114
115- - uses : actions/setup-dotnet@v5
115+ - uses : actions/setup-dotnet@v6
116116
117117 - uses : actions/download-artifact@v8
118118 with :
Original file line number Diff line number Diff line change 3333
3434 - name : Run Claude Code Review
3535 id : claude-review
36- uses : anthropics/claude-code-action@12531344451323133b0493233c759991ac61da12 # v1
36+ uses : anthropics/claude-code-action@1298632ce7736903d02a1435002705aa2a594a6c # v1
3737 with :
3838 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3939 plugin_marketplaces : ' https://github.com/anthropics/claude-code.git'
Original file line number Diff line number Diff line change 3232
3333 - name : Run Claude Code
3434 id : claude
35- uses : anthropics/claude-code-action@12531344451323133b0493233c759991ac61da12 # v1
35+ uses : anthropics/claude-code-action@1298632ce7736903d02a1435002705aa2a594a6c # v1
3636 with :
3737 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838
Original file line number Diff line number Diff line change 4949 with :
5050 fetch-depth : 0
5151
52- - uses : actions/setup-dotnet@v5
52+ - uses : actions/setup-dotnet@v6
5353
5454 - name : Install DocFX
5555 run : dotnet tool restore
Original file line number Diff line number Diff line change 2626 with :
2727 fetch-depth : 0
2828
29- - uses : actions/setup-dotnet@v5
29+ - uses : actions/setup-dotnet@v6
3030
3131 - uses : actions/cache@v6
3232 with :
You can’t perform that action at this time.
0 commit comments