Skip to content

Commit 073fe68

Browse files
chore(deps): update actions/setup-dotnet action to v4.3.1 (#1475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 158a2f5 commit 073fe68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ jobs:
9090
path: '${{ github.workspace }}/.nuget/packages'
9191
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
9292
- name: 🔨 Use .NET Core 3.1 SDK
93-
uses: actions/[email protected].0
93+
uses: actions/[email protected].1
9494
with:
9595
dotnet-version: '3.1.x'
9696
- name: 🔨 Use .NET Core 6.0 SDK
97-
uses: actions/[email protected].0
97+
uses: actions/[email protected].1
9898
with:
9999
dotnet-version: '6.0.x'
100100
- name: 🔨 Use .NET Core 8.0 SDK
101-
uses: actions/[email protected].0
101+
uses: actions/[email protected].1
102102
with:
103103
dotnet-version: '8.0.x'
104104
- name: 🔨 Use .NET Core 9.0 SDK
105-
uses: actions/[email protected].0
105+
uses: actions/[email protected].1
106106
with:
107107
dotnet-version: '9.0.x'
108108
- name: 🎁 dotnet tool restore

0 commit comments

Comments
 (0)