StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 77 forks source link

Update and upgrade deprecated actions #323

Closed mamercad closed 1 year ago

mamercad commented 1 year ago

Update the deprecated action actions/setup-ruby@v1 to ruby/setup-ruby@v1. Upgrade actions/checkout, actions/cache, and technote-space/workflow-conclusion-action for the Node 12 (in favor of 16) deprecation. Looks like I was running into "rate limiting" ... I pushed max-parallel: 1 as a shot in the dark.

cognifloyd commented 1 year ago

I suspect you need to also switch to runs-on: ubuntu-20.04 instead of ubuntu-latest. I had to do that with the main st2 repo because latest switched to ubuntu-22.04

mamercad commented 1 year ago

I suspect you need to also switch to runs-on: ubuntu-20.04 instead of ubuntu-latest. I had to do that with the main st2 repo because latest switched to ubuntu-22.04

Ah yes, I've been burned by this elsewhere :loading: