Description:
There is a deprecation warning when running the latest version of this task.
Task version:
@v5
Platform:
Runner type:
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Setup a standard workflow and add the basic setup like this:
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
Expected behavior:
Installation completes with no deprecation warnings.
Actual behavior:
Installation completes, but shows the following deprecation warning in the log:
(node:2053) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Description:
There is a deprecation warning when running the latest version of this task.
Task version:
@v5Platform:
Runner type:
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Setup a standard workflow and add the basic setup like this:
Expected behavior:
Installation completes with no deprecation warnings.
Actual behavior:
Installation completes, but shows the following deprecation warning in the log: