You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -236,7 +236,7 @@ Using the **dotnet-version** output it's possible to get the installed by the ac
236
236
In case of a single version installation, the `dotnet-version` output contains the version that is installed by the action.
237
237
238
238
```yaml
239
-
- uses: actions/setup-dotnet@v3
239
+
- uses: actions/setup-dotnet@v4
240
240
id: stepid
241
241
with:
242
242
dotnet-version: 3.1.422
@@ -248,7 +248,7 @@ In case of a single version installation, the `dotnet-version` output contains t
248
248
In case of a multiple version installation, the `dotnet-version` output contains the latest version that is installed by the action.
249
249
250
250
```yaml
251
-
- uses: actions/setup-dotnet@v3
251
+
- uses: actions/setup-dotnet@v4
252
252
id: stepid
253
253
with:
254
254
dotnet-version: |
@@ -261,7 +261,7 @@ In case of a multiple version installation, the `dotnet-version` output contains
261
261
When the `dotnet-version` input is used along with the `global-json-file` input, the `dotnet-version` output contains the version resolved from the `global.json`.
0 commit comments