Closed Methuselah96 closed 1 year ago
Hi @Methuselah96 , thanks!
Looks like the error is from nrwl/last-successful-commit-action
Which I've just learnt has been deprecated:
Warning This action has been deprecated in favor of Nx-Set-Shas. You can find more details on functionality and ergonomics on the official repo
Let's merge this, but I guess we'll need to eventually use nx-set-shas
and recommend that as well on the readme.
Sounds good. I was also seeing the warning from this action (I don't use nrwl/last-successful-commit-action
.
Recreates https://github.com/leonardochaia/dotnet-affected-action/pull/98 with an updated dist so the build passes.
In the status quo, a warning is logged:
The mentioned blog post recommends updating
@actions/core
tov1.10.0
or greater to resolve this issue.