digitalocean / nginxconfig.io

⚙️ NGINX config generator on steroids 💉
https://do.co/nginxconfig
MIT License
27.66k stars 2.04k forks source link

Update workflows with v3 actions + permissions #404

Closed MattIPv4 closed 1 year ago

MattIPv4 commented 1 year ago

Type of Change

What issue does this relate to?

cc https://github.com/do-community/do-bulma/pull/53

What should this PR do?

Updates Actions workflows to use checkout/setup-node@v3, use github-pages-deploy-action@v4 (which no longer needs a custom token), sets the permissions for the Spaces workflow to explicitly include write access to the contents so commit comments can be added, and sets the Pages workflow to explicitly include write access to the contents so it can deploy.

What are the acceptance criteria?

Workflows continue to run.