samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
120 stars 24 forks source link

workflows: use checkout@v3 and setup-go@v3 #263

Closed synarete closed 2 years ago

synarete commented 2 years ago

When using github action checkout we get an annoying annotation warning "Node.js 12 actions are deprecated". Resolved by upgrading to v3.

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

Signed-off-by: Shachar Sharon ssharon@redhat.com