Skip to content

Commit 0790215

Browse files
chore(deps): update actions/setup-dotnet action to v5.0.1 (#1654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23ef9eb commit 0790215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.0.0
93+
uses: actions/setup-dotnet@v5.0.1
9494
with:
9595
dotnet-version: '8.0.x'
9696
- name: 🔨 Use .NET 9.0 SDK
97-
uses: actions/setup-dotnet@v5.0.0
97+
uses: actions/setup-dotnet@v5.0.1
9898
with:
9999
dotnet-version: '9.0.x'
100100
- name: 🔨 Use .NET 10.0 SDK
101-
uses: actions/setup-dotnet@v5.0.0
101+
uses: actions/setup-dotnet@v5.0.1
102102
with:
103103
dotnet-version: '10.0.x'
104104
- name: 🎁 dotnet tool restore

0 commit comments

Comments
 (0)