lewagon / wait-on-check-action

This action can be used to halt any workflow until required checks for a given ref (e.g., in a sibling workflow) pass successfully.
MIT License
343 stars 62 forks source link

Use latest stable versions for ruby/setup-ruby and actions/cache #81

Closed hsbt closed 1 year ago

hsbt commented 1 year ago

👋 Hello, thank you for developing useful actions.

I got some of warnings with this action.

see https://github.com/ruby/rake/actions/runs/4171846990/jobs/7222232175#step:3:37

I bump up to use latest stable versions of internal actions for these warnings.

hsbt commented 1 year ago

https://github.com/lewagon/wait-on-check-action/pull/75 and https://github.com/lewagon/wait-on-check-action/pull/74 are same PRs.