leonardochaia / dotnet-affected-action

.NET tool for determining which projects are affected by a set of changes. Useful for large projects or monorepos.
https://github.com/leonardochaia/dotnet-affected
MIT License
15 stars 3 forks source link

chore(deps): bump @actions/core #161

Closed Methuselah96 closed 1 year ago

Methuselah96 commented 1 year ago

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:

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

The mentioned blog post recommends updating @actions/core to v1.10.0 or greater to resolve this issue.

leonardochaia commented 1 year ago

Hi @Methuselah96 , thanks!

Looks like the error is from nrwl/last-successful-commit-action image

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.

Methuselah96 commented 1 year ago

Sounds good. I was also seeing the warning from this action (I don't use nrwl/last-successful-commit-action.

image