Skip to content

Commit 77cf3c6

Browse files
chore(deps): update actions/setup-dotnet action to v6 (#1796)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 589e31c commit 77cf3c6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090
path: '${{ github.workspace }}/.nuget/packages'
9191
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
9292
- name: 🔨 Use .NET 8.0 SDK
93-
uses: actions/setup-dotnet@v5.4.0
93+
uses: actions/setup-dotnet@v6.0.0
9494
with:
9595
dotnet-version: '8.0.x'
9696
- name: 🔨 Use .NET 9.0 SDK
97-
uses: actions/setup-dotnet@v5.4.0
97+
uses: actions/setup-dotnet@v6.0.0
9898
with:
9999
dotnet-version: '9.0.x'
100100
- name: 🔨 Use .NET 10.0 SDK
101-
uses: actions/setup-dotnet@v5.4.0
101+
uses: actions/setup-dotnet@v6.0.0
102102
with:
103103
dotnet-version: '10.0.x'
104104
- name: 🎁 dotnet tool restore

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- uses: actions/setup-dotnet@v5
17+
- uses: actions/setup-dotnet@v6
1818

1919
- name: Install GitVersion
2020
uses: gittools/actions/gitversion/setup@v4.7.0

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- uses: actions/setup-dotnet@v5
24+
- uses: actions/setup-dotnet@v6
2525

2626
- name: Fetch all history for all tags and branches
2727
run: git fetch --prune

.github/workflows/update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ github.sha }}
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-dotnet@v5
21+
- uses: actions/setup-dotnet@v6
2222

2323
- name: Fetch all history for all tags and branches
2424
run: git fetch --prune

0 commit comments

Comments
 (0)