Skip to content

Commit 9f388d9

Browse files
committed
ci: update release workflow to use .NET 9
1 parent 526c0bd commit 9f388d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
with:
4343
fetch-depth: '0'
4444
token: ${{ env.AWS_SECRET_TOKEN }}
45-
# Install .NET8 which is needed for AutoVer
46-
- name: Setup .NET 8.0
45+
# Install .NET9 which is needed for AutoVer
46+
- name: Setup .NET 9.0
4747
uses: actions/setup-dotnet@v4
4848
with:
49-
dotnet-version: 8.0.x
49+
dotnet-version: 9.0.x
5050
# Install AutoVer to automate versioning and changelog creation
5151
- name: Install AutoVer
5252
run: dotnet tool install --global AutoVer --version 0.0.24

0 commit comments

Comments
 (0)