geigi / cozy

🎧 Listen to audio books 📚 on Linux
https://cozy.sh
GNU General Public License v3.0
1.09k stars 84 forks source link

workflows/*: bump version, fix warnings #764

Closed kbdharun closed 9 months ago

kbdharun commented 1 year ago

Changes

Testing

All the above changes have been tested in my fork before creating a PR, the action runs can be found here https://github.com/kbdharun/cozy/actions.

Notes

As expected, the aarch runners will take extra time as it is not supported by GitHub Actions [which only have x86_64 runners] flatpak builder works around this using qemu which leads to longer workflow times, fortunately, GitHub seems to be working on ARM runners in the near future (https://github.com/actions/runner-images/issues/5631) so let us hope for the best.

geigi commented 9 months ago

Looks good, thanks for your contribution!

kbdharun commented 9 months ago

Looks good, thanks for your contribution!

Thanks, I totally forgot about this PR 😅 , actions/checkout v4 and GNOME 45 are out now. Will create a new PR IG.

Edit. Done https://github.com/geigi/cozy/pull/808