Skip to content

Commit 6ec0f5d

Browse files
fa-yoshinobuclaude
andcommitted
chore: bump GitHub Actions versions
- actions/checkout v4 -> v6 - actions/setup-python v5 -> v6 - actions/setup-dotnet v4 -> v5 - actions/upload-pages-artifact v3 -> v4 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 517db0d commit 6ec0f5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Setup .NET SDK
21-
uses: actions/setup-dotnet@v4
21+
uses: actions/setup-dotnet@v5
2222
with:
2323
dotnet-version: 9.0.x
2424

@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Upload pages artifact
5555
if: github.ref == 'refs/heads/main'
56-
uses: actions/upload-pages-artifact@v3
56+
uses: actions/upload-pages-artifact@v4
5757
with:
5858
path: docs/
5959

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
package:
1010
runs-on: windows-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-dotnet@v4
12+
- uses: actions/checkout@v6
13+
- uses: actions/setup-dotnet@v5
1414
with: { dotnet-version: 9.0.x }
1515
- name: Restore
1616
run: dotnet restore

0 commit comments

Comments
 (0)