newrelic / newrelic-kubernetes-operator

Operator to create New Relic configuration in Kubernetes
Apache License 2.0
43 stars 21 forks source link

Update github actions runner to use updated method of `add-path` #125

Closed thande closed 3 years ago

thande commented 3 years ago

Description

https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ Causing new jobs to fail

thande commented 3 years ago

looks like this was addressed in the cli with https://github.com/newrelic/newrelic-cli/pull/467, will work to replicate the fix in this project