Skip to content

Commit b60cfba

Browse files
build(deps): bump the dotnet group with 2 updates (#321)
1 parent bc08868 commit b60cfba

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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'

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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:

0 commit comments

Comments
 (0)