maxim-lobanov / setup-cocoapods

Set up your GitHub Actions workflow with a specific version of Cocoapods
MIT License
31 stars 6 forks source link

Bump all dependencies #25

Closed maxlapides closed 1 year ago

maxlapides commented 1 year ago

GitHub Actions is deprecating node12 actions, so I upgraded this step to use node16 instead. While I was at it, I also upgraded all the npm dependencies, fixed a minor TypeScript issue, and rebuilt the code.

maxim-lobanov commented 1 year ago

Hey @maxlapides , thank you for contribution! I have made minor follow up PR https://github.com/maxim-lobanov/setup-cocoapods/pull/26 and released a new version of Action: uses: maxim-lobanov/setup-cocoapods@v1.3.0.

Do you have a chance to validate it in your project and confirm that it works as expected? After that I will update v1 tag

maxlapides commented 1 year ago

@maxim-lobanov Thanks so much! I just tested our project with maxim-lobanov/setup-cocoapods@v1.3.0 and the run was successful. Thanks again!

maxim-lobanov commented 1 year ago

Updated v1 tag