Skip to content

Commit 9dcecec

Browse files
Update actions/setup-dotnet action to v5.0.1 (#1674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4998ca8 commit 9dcecec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ jobs:
108108
clean: 'false'
109109
fetch-depth: '0'
110110
- name: 🔨 Use .NET Core 8.0 SDK
111-
uses: actions/setup-dotnet@v5.0.0
111+
uses: actions/setup-dotnet@v5.0.1
112112
with:
113113
dotnet-version: '8.0.x'
114114
- name: 🔨 Use .NET Core 9.0 SDK
115-
uses: actions/setup-dotnet@v5.0.0
115+
uses: actions/setup-dotnet@v5.0.1
116116
with:
117117
dotnet-version: '9.0.x'
118118
- name: 🚒 dotnet workload restore

.github/workflows/fontawesome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
git fetch --prune
1919
- name: 🔨 Use .NET Core SDK
20-
uses: actions/setup-dotnet@v5.0.0
20+
uses: actions/setup-dotnet@v5.0.1
2121
- name: 🎁 dotnet tool restore
2222
run: |
2323
dotnet tool restore

0 commit comments

Comments
 (0)