Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update the
nuget/setup-nuget
Action in the custom Actions
Git for Windows' automation has a couple of custom, composite Actions. Naturally, Dependabot has no idea about those and could not help us avoid those `Node.js 16 Actions are deprecated` warnings there, so let's do it manually. This trick was performed via: f() { sed -i 's|\('"$1"'@v\)[0-9]*|\1'"$2"'|g' $(git grep -l "$1"@v) } f nuget/setup-nuget 2 Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information