open-policy-agent / setup-opa

Sets up Open Policy Agent CLI in your GitHub Actions workflow.
Apache License 2.0
45 stars 12 forks source link

Bump node12 -> node16. #20

Closed philipaconrad closed 2 years ago

philipaconrad commented 2 years ago

Github Actions is deprecating Node 12, and is switching to Node 16. This commit bumps our actions.yml to match.

See: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Signed-off-by: Philip Conrad philipaconrad@gmail.com

philipaconrad commented 2 years ago

Realized to my chagrin that @srenatus has already handled this on PR #19. When that merges, this issue will be dealt with definitively.