-
Notifications
You must be signed in to change notification settings - Fork 529
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
There is a deprecation warning when running the latest version of this task.
Task version:
@v5
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
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)
Frulfump, Morilli, campersau, Kielek, christiannagel and 1 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working